Skip to content

Commit

Permalink
Merge pull request #1009 from uhafner/skip-pmd-default
Browse files Browse the repository at this point in the history
Skip the default invocation of `pmd` when using the `check` goal
  • Loading branch information
uhafner authored May 3, 2024
2 parents fd2edcf + 6a7e85f commit d3fcf16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@
<configuration>
<linkXRef>false</linkXRef>
<targetJdk>${java.version}</targetJdk>
<skip>true</skip>
</configuration>
<dependencies>
<dependency>
Expand Down Expand Up @@ -586,6 +587,7 @@
</rulesets>
<includeTests>false</includeTests>
<minimumTokens>50</minimumTokens>
<skip>false</skip>
</configuration>
</execution>
<execution>
Expand All @@ -608,6 +610,7 @@
<excludeRoot>${project.build.directory}/generated-test-sources/test-annotations</excludeRoot>
<excludeRoot>${project.build.directory}/generated-test-sources/assertj-assertions</excludeRoot>
</excludeRoots>
<skip>false</skip>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d3fcf16

Please sign in to comment.