ACCUMULO-3063 Ignore maven-plugin-plugin in m2e
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/10d8264e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/10d8264e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/10d8264e Branch: refs/heads/master Commit: 10d8264e0fd9d8c1ca6d5a64cca888b3d7f39873 Parents: c97446f Author: Christopher Tubbs <ctubb...@apache.org> Authored: Tue Aug 12 17:09:42 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Tue Aug 12 17:33:41 2014 -0400 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/10d8264e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2bc87cf..0d75f10 100644 --- a/pom.xml +++ b/pom.xml @@ -673,6 +673,20 @@ <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <versionRange>[3.2,)</versionRange> + <goals> + <goal>helpmojo</goal> + <goal>descriptor</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <versionRange>[2.0,)</versionRange> <goals>