]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Initiate Argeo Maven Plugins
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 98fde70983cf9bd0af92a2d839de55f42e217bc8..c63e2fa70e9ece6dd85e7d1eb79e41fae6173f77 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1063,19 +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>
-                                                       <aggregate>true</aggregate>
-                                                       <excludes>
-                                                               <exclude>**/springutil/*.java</exclude>
-                                                       </excludes>
-                                               </configuration>
                                        </reportSet>
                                </reportSets>
                        </plugin>