Skip to content

Commit

Permalink
Use latest maven quality plugin
Browse files Browse the repository at this point in the history
Latest PMD eclipse plugin is unhappy otherwise.
Also add some ignore.
  • Loading branch information
victornoel committed Oct 29, 2017
1 parent 1e2c7fb commit 55476b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,6 @@ target/
test-output/
bin/
.idea
j2e-pac4j.iml
j2e-pac4j.iml
.pmd
.pmdruleset.xml
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -118,7 +118,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
<version>3.0.5</version>
<configuration>
<effort>Low</effort>
<threshold>Max</threshold>
Expand Down

0 comments on commit 55476b5

Please sign in to comment.