debug artifacts should be available in maven repositories
---------------------------------------------------------
Key: DERBY-3910
URL: https://issues.apache.org/jira/browse/DERBY-3910
Project: Derby
Issue Type: Wish
Components: Build tools
Affects Versions: 10.4.2.0
Reporter: Andreas Kohn
We use a maven-based build system for an application that uses derby. Recently
we got hit by what looks like to be DERBY-3746, but switching the build to use
debug-enhanced libraries for derby was a bit annoying, as we had to deploy the
libraries first locally.
{code}
mvn deploy:deploy-file -Dfile=derby.jar -DgroupId=org.apache.derby
-DartifactId=derby -Dpackaging=jar -Dclassifier=debug -Dversion=10.4.2.0
{code}
It would be nice if the build of derby could put the debug (and sources?)
libraries into the maven repositories as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.