Add lifecycle mapping for checkstyle plugin to keep Eclipse happy
This commit is contained in:
parent
262dbc85e8
commit
1be4394855
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue