Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
Overriding checkstyle-plugin config in jclouds-resources
Browse files Browse the repository at this point in the history
Otherwise, fails with a self-dependency
  • Loading branch information
demobox committed Oct 6, 2014
1 parent f925796 commit 67a0498
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,6 @@
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<failOnViolation>true</failOnViolation>
<failsOnError>true</failsOnError>
<!-- fails on itself as it uses the author tag in a module definition -->
<resourceExcludes>checkstyle.xml</resourceExcludes>
<violationSeverity>warning</violationSeverity>
</configuration>
</plugin>
Expand Down
12 changes: 12 additions & 0 deletions resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<failOnViolation>true</failOnViolation>
<failsOnError>true</failsOnError>
<!-- fails on itself as it uses the author tag in a module definition -->
<resourceExcludes>checkstyle.xml</resourceExcludes>
<violationSeverity>warning</violationSeverity>
</configuration>
</plugin>
<plugin>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-plugin</artifactId>
Expand Down

0 comments on commit 67a0498

Please sign in to comment.