Skip to content

Commit

Permalink
use maven-deploy-plugin version defined in apache parent plugin manag…
Browse files Browse the repository at this point in the history
…ement section

This fix a failure on PNC when deploying:
Found multiple major versions of maven-deploy-plugin; this is a malformed project: [org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.8.2:runtime, org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:3.1.1:runtime] -> [Help 1]
  • Loading branch information
rgdoliveira committed May 13, 2024
1 parent 31fe988 commit 2e378ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kogito-build/kogito-build-no-bom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
<version.copyrename.plugin>1.0</version.copyrename.plugin>
<version.dependency.plugin>3.5.0</version.dependency.plugin>
<version.de.skuzzle.enforcer>1.1.0</version.de.skuzzle.enforcer>
<version.deploy.plugin>2.8.2</version.deploy.plugin>
<version.enforcer.plugin>3.0.0-M2</version.enforcer.plugin>
<version.exec.plugin>3.1.1</version.exec.plugin>
<version.findbugs.plugin>3.0.5</version.findbugs.plugin>
Expand Down Expand Up @@ -300,7 +299,6 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${version.deploy.plugin}</version>
<configuration>
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
</configuration>
Expand Down

0 comments on commit 2e378ec

Please sign in to comment.