Add lifecycle mapping for checkstyle plugin to keep Eclipse happy
This commit is contained in:
@@ -400,6 +400,27 @@
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
<pluginExecutionFilter>
|
||||
<groupId>
|
||||
org.apache.maven.plugins
|
||||
</groupId>
|
||||
<artifactId>
|
||||
maven-checkstyle-plugin
|
||||
</artifactId>
|
||||
<versionRange>
|
||||
[2.16,)
|
||||
</versionRange>
|
||||
<goals>
|
||||
<goal>
|
||||
check
|
||||
</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user