Skip to content

Commit

Permalink
Fix wrong report generated when running mvn checkstyle:checkstyle (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero authored Apr 5, 2021
1 parent fbce890 commit a12a4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions depclean-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<properties>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<checkstyle.config.location>../checkstyle.xml</checkstyle.config.location>
<linkXRef>false</linkXRef>
</properties>

Expand Down
1 change: 1 addition & 0 deletions depclean-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<properties>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<checkstyle.config.location>../checkstyle.xml</checkstyle.config.location>
<linkXRef>false</linkXRef>
</properties>

Expand Down

0 comments on commit a12a4fe

Please sign in to comment.