Skip to content

Commit

Permalink
Add lifecycle mapping for checkstyle plugin to keep Eclipse happy
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 22, 2015
1 parent 262dbc8 commit 1be4394
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1be4394

Please sign in to comment.