You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/04/25 15:29:12 UTC

[maven] 01/01: apache-rat-plugin - no longer needed section after parent pom update

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

slachiewicz pushed a commit to branch MNG-6845
in repository https://gitbox.apache.org/repos/asf/maven.git

commit f5aad5c8a6eaa2ab8c5ee37839828161e08cabe4
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 10 10:22:57 2020 +0100

    apache-rat-plugin - no longer needed section after parent pom update
---
 pom.xml | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5cfac55..df3ab27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
+    <relativePath />
   </parent>
 
   <artifactId>maven</artifactId>
@@ -554,31 +554,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-        <plugin>
-          <groupId>org.eclipse.m2e</groupId>
-          <artifactId>lifecycle-mapping</artifactId>
-          <version>1.0.0</version>
-          <configuration>
-            <lifecycleMappingMetadata>
-              <pluginExecutions>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <versionRange>[0.10,)</versionRange>
-                    <goals>
-                      <goal>check</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore />
-                  </action>
-                </pluginExecution>
-              </pluginExecutions>
-            </lifecycleMappingMetadata>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>