Added settings for M2Eclipse to get around the "Plugin execution not covered by lifecycle configuration" error.

This commit is contained in:
vibul 2012-03-12 11:11:48 +11:00
parent 92c18cc13a
commit 7dbd97d702

13
pom.xml
View File

@ -229,6 +229,19 @@
<ignore />
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<versionRange>[2.8,)</versionRange>
<goals>
<goal>check</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>