You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2023/03/27 19:12:28 UTC

[directory-project] branch rm-genesis-tools created (now e48de4a6)

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

bdemers pushed a change to branch rm-genesis-tools
in repository https://gitbox.apache.org/repos/asf/directory-project.git


      at e48de4a6 Remove unmaintained Geronimo tools plugin

This branch includes the following new commits:

     new e48de4a6 Remove unmaintained Geronimo tools plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[directory-project] 01/01: Remove unmaintained Geronimo tools plugin

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch rm-genesis-tools
in repository https://gitbox.apache.org/repos/asf/directory-project.git

commit e48de4a6af4d4e7ed2874c43e786e99dbb4faf8e
Author: Brian Demers <bd...@apache.org>
AuthorDate: Mon Mar 27 15:12:14 2023 -0400

    Remove unmaintained Geronimo tools plugin
    
    This plugin is no longer maintained and fails to find NOTICE file in some WAR files.
    
    Individual sub projects may still use this plugin, but the configuration must be moved to that project's pom.
---
 pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index d9be5369..101759ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1089,12 +1089,6 @@
           <version>5.1.7</version>
         </plugin>
 
-        <plugin>
-          <groupId>org.apache.geronimo.genesis.plugins</groupId>
-          <artifactId>tools-maven-plugin</artifactId>
-          <version>1.4</version>
-        </plugin>
-
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
@@ -1216,24 +1210,6 @@
     </pluginManagement>
 
     <plugins>
-      <plugin>
-        <groupId>org.apache.geronimo.genesis.plugins</groupId>
-        <artifactId>tools-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>verify-legal-files</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>verify-legal-files</goal>
-            </goals>
-            <configuration>
-              <!-- Fail the build if no legal files were found -->
-              <strict>true</strict>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>