This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch 
ARIES-2164-remove-tools-maven-plugin-in-parent-pom
in repository https://gitbox.apache.org/repos/asf/aries.git

commit 6bcad74e3da07103caef154a3f1d5f026cea08f2
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 29 19:30:00 2025 +0100

    ARIES-2163: Remove tools-maven-plugin
---
 parent/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5b2ab52ff..33f1c48ec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -231,7 +231,6 @@
         <maven-paxexam-plugin.version>1.2.4</maven-paxexam-plugin.version>
         
<org.apache.aries.versioning.plugin.version>0.3.0</org.apache.aries.versioning.plugin.version>
         
<animal-sniffer-enforcer-rule.version>1.6</animal-sniffer-enforcer-rule.version>
-        <tools-maven-plugin.version>1.4</tools-maven-plugin.version>
 
         <!--Other-->
         <java.source.version>8</java.source.version>
@@ -515,21 +514,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.geronimo.genesis.plugins</groupId>
-                <artifactId>tools-maven-plugin</artifactId>
-                <version>${tools-maven-plugin.version}</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>verify-legal-files</goal>
-                        </goals>
-                        <configuration>
-                            <strict>true</strict>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>

Reply via email to