Skip to content

Commit

Permalink
HSEARCH-1864 Have Eclipse ignore the new Maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed May 15, 2015
1 parent 16bf8c0 commit a6fdd83
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -1031,6 +1031,19 @@
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<versionRange>[1.9.1,)</versionRange>
<goals>
<goal>parse-version</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down

0 comments on commit a6fdd83

Please sign in to comment.