DRILL-240: Add apache-rat-plugin to Eclipse' plugin Execution ignore list
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/ba631ac6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/ba631ac6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/ba631ac6 Branch: refs/heads/master Commit: ba631ac6eb8a17637be673c4d327560dc10309d5 Parents: 07c6c21 Author: Aditya Kishore <[email protected]> Authored: Wed Sep 11 18:48:04 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Sep 18 18:18:33 2013 -0700 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/ba631ac6/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f16016c..de5e550 100644 --- a/pom.xml +++ b/pom.xml @@ -319,6 +319,19 @@ <ignore /> </action> </pluginExecution> + <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>
