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:30 UTC

[maven] branch MNG-6845 created (now d5fe99d)

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

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


      at d5fe99d  [MNG-6845] Upgrade to apache-rat-plugin 0.13

This branch includes the following new commits:

     new d5fe99d  [MNG-6845] Upgrade to apache-rat-plugin 0.13

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.



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

Posted by sl...@apache.org.
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>