Skip to content

Commit 628c407

Browse files
committed
Exclude generated localizer sources in PMD test reports
1 parent d109b76 commit 628c407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@
567567
<printFailingErrors>true</printFailingErrors>
568568
<excludeRoots>
569569
<excludeRoot>src/main/java</excludeRoot>
570+
<excludeRoot>${project.build.directory}/generated-sources/localizer</excludeRoot>
570571
<excludeRoot>${project.build.directory}/generated-test-sources/injected</excludeRoot>
571572
<excludeRoot>${project.build.directory}/generated-test-sources/test-annotations</excludeRoot>
572573
<excludeRoot>${project.build.directory}/generated-test-sources/assertj-assertions</excludeRoot>

0 commit comments

Comments
 (0)