Re: Jar Signing with Maven 2.0

2008-03-12 Thread Christian Edward Gruber
You may want to use a profile for this, set in your settings.xml (or rather a settings.xml of the user used to build your ultimate releases). This profile would define a propertly, and you reference the properly in your actual pom.xml. This way you either: 1. only execute the signing

Jar Signing with Maven 2.0

2008-03-12 Thread chris . r . grigg
Hi, Don't know if this is the right place to post this, but here it is anyway: Currently we have a requirement to sign JARS which will hold applets. After reading the documentation, you can easily sign JARS using the sign goal with the jar maven plugin. The plugin will eventually call the jars