We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5838dc9 commit 526972aCopy full SHA for 526972a
src/main/java/org/apache/maven/plugins/deploy/DeployMojo.java
@@ -298,7 +298,7 @@ private ArtifactDeployerRequest createDeployerRequest() {
298
ArtifactDeployerRequest request = ArtifactDeployerRequest.builder()
299
.session(session)
300
.repository(getDeploymentRepository(session.isVersionSnapshot(project.getVersion())))
301
- .artifacts((Collection) deployables)
+ .artifacts(deployables)
302
.retryFailedDeploymentCount(Math.max(1, Math.min(10, getRetryFailedDeploymentCount())))
303
.build();
304
0 commit comments