Fix to let eclipse ignore the antigun plugin in it's maven integration

This plugin should be ignored as it will make the internal eclipse build fail when there are NOCOMMIT comments in files, which are expected during feature development. This change only affects eclipse users and only when they are using the m2e eclipse integration
This commit is contained in:
Colin Goodheart-Smithe 2015-04-27 10:53:29 +01:00
parent ba4ec6bca5
commit b3723cdb28
1 changed files with 1 additions and 1 deletions

View File

@ -1626,7 +1626,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>