PMD and CPD is the standard reportset that will be created

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1672149 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2015-04-08 19:11:40 +00:00
parent e3076f9250
commit 620e88b5e7
1 changed files with 0 additions and 8 deletions

View File

@ -637,14 +637,6 @@
<configuration> <configuration>
<targetJdk>${maven.compiler.target}</targetJdk> <targetJdk>${maven.compiler.target}</targetJdk>
</configuration> </configuration>
<reportSets>
<reportSet>
<reports>
<report>pmd</report>
<report>cpd</report>
</reports>
</reportSet>
</reportSets>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>