Skip to content

Commit

Permalink
[SHRINKWRAP-352] Configure m2e to ignore Checkstyle on all dependent …
Browse files Browse the repository at this point in the history
…modules of the aggregator POM
  • Loading branch information
ALRubinger committed Nov 14, 2011
1 parent fec068c commit a80a1b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@
</rules>
</configuration>
</plugin>

<!-- m2e Config -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
</plugin>

</plugins>
</build>
Expand Down

0 comments on commit a80a1b2

Please sign in to comment.