Pino Silvaggio created MJARSIGNER-23:
----------------------------------------
Summary: Signing is slow, add parallelism signing
Key: MJARSIGNER-23
URL: https://jira.codehaus.org/browse/MJARSIGNER-23
Project: Maven 2.x Jar Signer Plugin
Issue Type: New Feature
Reporter: Pino Silvaggio
Priority: Minor
We have cases where signing can take up to 1h, which is unacceptable.
Maybe we could add a <parallel> option?
Use case:
<properties>
<jarsigner.parallel>1</jarsigner.parallel> <!-- default -->
</properties>
...
<parallel>${jarsigner.parallel}</parallel>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira