Skip to content

Commit

Permalink
Added ServletRequestConfiguration to the PMD CPD exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Oct 28, 2024
1 parent 7f5fbb5 commit 43d1104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@
<exclude>velocity.log</exclude>
<exclude>src/test/resources/test.json</exclude>
<exclude>src/test/resources/test.yaml</exclude>
<exclude>src/conf/cpd-exclusions.txt</exclude>
</excludes>
</configuration>
</plugin>
Expand All @@ -523,6 +524,7 @@
<excludeRoots>
<excludeRoot>target/generated-sources/javacc</excludeRoot>
</excludeRoots>
<excludeFromFailureFile>src/conf/cpd-exclusions.txt</excludeFromFailureFile>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -597,6 +599,7 @@
<exclude>velocity.log</exclude>
<exclude>src/test/resources/test.json</exclude>
<exclude>src/test/resources/test.yaml</exclude>
<exclude>src/conf/cpd-exclusions.txt</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions src/conf/cpd-exclusions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.commons.configuration2.web.JakartaServletRequestConfiguration,org.apache.commons.configuration2.web.ServletRequestConfiguration

0 comments on commit 43d1104

Please sign in to comment.