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/01/10 09:23:31 UTC

[maven] 01/01: [MNG-6845] Upgrade to apache-rat-plugin 0.13

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 d5fe99d544e6050382ea3bfb558f24140f7bae7e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Jan 10 10:22:57 2020 +0100

    [MNG-6845] Upgrade to apache-rat-plugin 0.13
---
 pom.xml | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d24d56..d6cc120 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,7 @@ under the License.
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>0.13</version>
           <configuration>
             <excludes>
               <exclude>.asf.yaml</exclude>
@@ -559,31 +560,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>