]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Add CPD report
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c2aca1b817d28add65f0a8fdebd8cdaffd9a0902..c63e2fa70e9ece6dd85e7d1eb79e41fae6173f77 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1063,18 +1063,20 @@ limitations under the License.
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-pmd-plugin</artifactId>
                                <version>2.3</version>
+                               <inherited>false</inherited>
+                               <configuration>
+                                       <linkXref>true</linkXref>
+                                       <targetJdk>1.5</targetJdk>
+                                       <aggregate>true</aggregate>
+                                       <excludes>
+                                               <exclude>**/springutil/*.java</exclude>
+                                       </excludes>
+                               </configuration>
                                <reportSets>
                                        <reportSet>
                                                <reports>
                                                        <report>cpd</report>
                                                </reports>
-                                               <configuration>
-                                                       <linkXref>true</linkXref>
-                                                       <targetJdk>1.5</targetJdk>
-                                                       <excludes>
-                                                               <exclude>**/springutil/*.java</exclude>
-                                                       </excludes>
-                                               </configuration>
                                        </reportSet>
                                </reportSets>
                        </plugin>