Closed
Description
In issue #10 it was shown that its possible to release "signature" artifacts as
Maven packages. You could then add a dependency to the Maven plugin section of
your POM and load the signaures JAR file into the plugin's classpath. Those
signatures would then be available by the "bundled-signatures" config setting.
The only problem is the package name: All those Maven artifacts need to have
the signatures in the de.thetaphi.forbiddenapis package, which violates general
Maven bundling, which should have package names named by the released product
(see also OSGI).
Instead the signatures should be moved into the META-INF/ folder of the JAR, so
its universal. An addon signature artifact would then be a JAR file with only a
META-INF/ resource folder.
Original issue reported on code.google.com by uwe.h.schindler
on 11 Oct 2013 at 3:53