You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "slawekjaranowski (via GitHub)" <gi...@apache.org> on 2023/01/31 18:03:31 UTC

[GitHub] [maven-deploy-plugin] slawekjaranowski commented on a diff in pull request #35: [MDEPLOY-206] Support parallel deployment for deployAtEnd

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org