Skip to content

Commit

Permalink
Reverted PMD configuration changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed May 15, 2018
1 parent aebf99e commit d2b05ad
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,21 +371,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>${maven-pmd-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>cpd</goal>
</goals>
<configuration>
<includeTests>true</includeTests>
<minimumTokens>50</minimumTokens>
<excludes>
<exclude>**/parser/**/*Test.java</exclude>
<exclude>**/parser/*Test.java</exclude>
</excludes>
</configuration>
</execution>
</executions>
<configuration>
<rulesets>
<ruleset>etc/pmd-configuration.xml</ruleset>
</rulesets>
<targetJdk>${java.version}</targetJdk>
<includeTests>true</includeTests>
<minimumTokens>50</minimumTokens>
</configuration>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down

0 comments on commit d2b05ad

Please sign in to comment.