Skip to content

Commit

Permalink
Harmless workaround for eclipse users that allows the m2e checkstyle …
Browse files Browse the repository at this point in the history
…plugin to work with maven-checkstyle-plugin 3.0.0.

See m2e-code-quality/m2e-code-quality#117
  • Loading branch information
pgalbraith committed Sep 29, 2018
1 parent 8ee9172 commit b99d5bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<sourceDirectories>${project.compileSourceRoots}</sourceDirectories>
<testSourceDirectories>${project.testCompileSourceRoots}</testSourceDirectories>
</configuration>
<goals>
<goal>check</goal>
Expand Down

0 comments on commit b99d5bb

Please sign in to comment.