Skip to content

Commit

Permalink
Don't execute checkstyle on every incremental build, as it causes bui…
Browse files Browse the repository at this point in the history
…ld loops with m2e and JBoss Tools.

In Eclipse, checkstyle should either be run manually or via the checkstyle integration plugin (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=347556)

Conflicts:

	pom.xml
  • Loading branch information
fbricon authored and jharting committed Apr 14, 2012
1 parent 53d7934 commit 70352f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -544,7 +544,7 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 70352f6

Please sign in to comment.