Skip to content

Commit

Permalink
Correct PMD exclude for javacc source.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Oct 1, 2014
1 parent b885009 commit 4e74877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -569,7 +569,7 @@
<ruleset>/pmd/custom.xml</ruleset>
</rulesets>
<excludeRoots>
<excludeRoot>target/generated-sources/</excludeRoot>
<excludeRoot>${basedir}/target/generated-sources/javacc</excludeRoot>
</excludeRoots>
</configuration>
<dependencies>
Expand Down

0 comments on commit 4e74877

Please sign in to comment.