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 <[email protected]> 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>
