Skip to content

Commit

Permalink
Merge pull request #922 from jenkinsci/injected
Browse files Browse the repository at this point in the history
Ignore injected test in PMD
  • Loading branch information
uhafner authored May 10, 2024
2 parents 24374a6 + fa05390 commit f4c7ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>8.2.0-SNAPSHOT</version>
<version>8.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Analysis Plug-ins Parent POM</name>
<description>This static analysis POM serves as parent POM for all my Jenkins Plugins. It basically enhances the
Expand Down Expand Up @@ -469,6 +469,7 @@
<minimumTokens>100</minimumTokens>
<excludeRoots>
<excludeRoot>src/main/java</excludeRoot>
<excludeRoot>${project.build.directory}/generated-test-sources/injected</excludeRoot>
<excludeRoot>${project.build.directory}/generated-test-sources/test-annotations</excludeRoot>
<excludeRoot>${project.build.directory}/generated-test-sources/assertj-assertions</excludeRoot>
</excludeRoots>
Expand Down

0 comments on commit f4c7ad2

Please sign in to comment.