Skip to content

Commit

Permalink
Do not use XRef in maven.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 11, 2020
1 parent a11f1cc commit 4c35b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
</execution>
</executions>
<configuration>
<linkXRef>false</linkXRef>
<failOnViolation>false</failOnViolation>
<rulesets>
<ruleset>pmd-configuration.xml</ruleset>
Expand Down Expand Up @@ -354,6 +355,7 @@
</execution>
</executions>
<configuration>
<linkXRef>false</linkXRef>
<excludes>**/*Assert*.java</excludes>
<failOnViolation>false</failOnViolation>
<configLocation>checkstyle-configuration.xml</configLocation>
Expand Down

0 comments on commit 4c35b6a

Please sign in to comment.