Skip to content

Commit

Permalink
Exclude DuplicateCodeScanner.java from PMD analysis.
Browse files Browse the repository at this point in the history
Breaks with IllegalStateException:
Disambiguation pass should resolve
everything except qualified ctor calls
  • Loading branch information
uhafner committed Jul 5, 2024
1 parent a1f9493 commit 7ad46c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,15 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>**/DuplicateCodeScanner.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
Expand Down

0 comments on commit 7ad46c3

Please sign in to comment.