slawekjaranowski commented on code in PR #35: URL: https://github.com/apache/maven-deploy-plugin/pull/35#discussion_r1092302289
########## src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java: ########## @@ -71,6 +75,14 @@ public class DeployMojo extends AbstractDeployMojo { @Parameter(defaultValue = "false", property = "deployAtEnd") private boolean deployAtEnd; + /** + * The number of parallel threads which will be used for deployment with the {@code deployAtEnd} feature. + * + * @since 3.1.0 + */ + @Parameter(property = "maven.deploy.parallelThreads", defaultValue = "1") Review Comment: Can be ... 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org