-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for parallel deployment #80
Add support for parallel deployment #80
Conversation
Can you either break it up into two commits or make the commit message with shorter title and a description? |
...n-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/Configuration.java
Outdated
Show resolved
Hide resolved
62be452
to
c9d87d3
Compare
shortened a bit! Let me know if that's alright. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the commit message.. how about
Add support for parallel deployment
Includes the required update for maven resolver and
two new configuration properties to enable parallel
deployment and configure parallelism.
...n-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/Configuration.java
Outdated
Show resolved
Hide resolved
...n-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/Configuration.java
Outdated
Show resolved
Hide resolved
...n-repository-provisioner/src/main/java/com/simpligility/maven/provisioner/Configuration.java
Outdated
Show resolved
Hide resolved
...ry-provisioner/src/main/java/com/simpligility/maven/provisioner/MavenRepositoryDeployer.java
Outdated
Show resolved
Hide resolved
c9d87d3
to
7a2644e
Compare
Includes the required update for maven resolver and two new configuration properties to enable parallel deployment and configure parallelism. Signed-off-by: Samuel Dacanay <sam.dacanay@chainguard.dev>
By passing Configuration in and storing as a class variable, we can ensure that the params provided to Deployer dont continue to expand. It simplifies the method signatures too. Signed-off-by: Samuel Dacanay <sam.dacanay@chainguard.dev>
7a2644e
to
b93f4f4
Compare
Thank you. |
Updates the maven resolver version to 1.9.22 so we can support parallelizatin of the deploy. Then, set the appropriate configuration property on the session to allow for parallel deploy.
References: