Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 03997f7f3 -> a2951db76
Ignore RAT in Eclipse integration Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/a2951db7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/a2951db7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/a2951db7 Branch: refs/heads/master Commit: a2951db768235572718ce9a47db004e4350e5d98 Parents: 03997f7 Author: Phil Ottlinger <[email protected]> Authored: Mon Nov 27 23:07:35 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Mon Nov 27 23:07:35 2017 +0100 ---------------------------------------------------------------------- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/a2951db7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e6fdf5..9e8f9bc 100644 --- a/pom.xml +++ b/pom.xml @@ -577,6 +577,37 @@ under the License. </execution> </executions> </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.12,) + </versionRange> + <goals> + <goal>check</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> </plugins> </pluginManagement>
