[
https://issues.apache.org/jira/browse/MJARSIGNER-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17749117#comment-17749117
]
Delany commented on MJARSIGNER-23:
----------------------------------
Is 0.3s per jar slow for verification?
{code:java}
11:49:15,728 [INFO] --- jarsigner:3.0.0:verify (verify) @ third ---
11:50:20,781 [INFO] 177 archive(s) processed {code}
Maven 3.9.3
> Signing is slow, add parallelism signing
> ----------------------------------------
>
> Key: MJARSIGNER-23
> URL: https://issues.apache.org/jira/browse/MJARSIGNER-23
> Project: Maven 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 was sent by Atlassian Jira
(v8.20.10#820010)