Skip to content

Commit 3a4b5f7

Browse files
committed
Ignore injected test in PMD.
1 parent 24374a6 commit 3a4b5f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@
469469
<minimumTokens>100</minimumTokens>
470470
<excludeRoots>
471471
<excludeRoot>src/main/java</excludeRoot>
472+
<excludeRoot>${project.build.directory}/generated-test-sources/injected</excludeRoot>
472473
<excludeRoot>${project.build.directory}/generated-test-sources/test-annotations</excludeRoot>
473474
<excludeRoot>${project.build.directory}/generated-test-sources/assertj-assertions</excludeRoot>
474475
</excludeRoots>

0 commit comments

Comments
 (0)