JAVA-30728 Update PMD rule to consider only test sources (#16414)
Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
parent
0f8559fc75
commit
f2e0668cd8
3
pom.xml
3
pom.xml
@ -170,6 +170,9 @@
|
|||||||
<excludeRoots>
|
<excludeRoots>
|
||||||
<excludeRoot>target/generated-sources</excludeRoot>
|
<excludeRoot>target/generated-sources</excludeRoot>
|
||||||
</excludeRoots>
|
</excludeRoots>
|
||||||
|
<excludeRoots>
|
||||||
|
<excludeRoot>src/main</excludeRoot>
|
||||||
|
</excludeRoots>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user