This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 323b080888 ARTEMIS-4323: remove superfluous maven-install-plugin
entries, stop warnings
323b080888 is described below
commit 323b08088891a7798fcd52e6b9631e25b0bf7eee
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Jul 3 12:39:45 2023 +0100
ARTEMIS-4323: remove superfluous maven-install-plugin entries, stop warnings
It is a core plugin so still present, but v3.0.0+ no longer supports the
createChecksum config and generates warnings on newer maven 3.9+ releases
---
pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index ec6e1b42b6..ccd05ce516 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1623,13 +1623,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <configuration>
- <createChecksum>true</createChecksum>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
@@ -1819,13 +1812,6 @@
<noindex>true</noindex>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <configuration>
- <createChecksum>true</createChecksum>
- </configuration>
- </plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>