Currently we let the webstart plugin sign all jars everytime we do a build with the profile "production".
However, even in this seperate profile, we need to make it faster.

We are thinking about deploying the signed jars back to our repository, with the same groupId, artifactId and version, but with an extra classifier: the id of our signed key.
For example: commons-lang-2.0-signedKeyId.jar
This way the webstart plugin could reuse that jar from the repo instead of signing it each time, over and over again.

Has anyone done anything similar and/or is there any support for this in the webstart plugin?


--
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to