]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Add equinox support in server and agent
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ceab63f2846b87c3354dc742219e926f0518624a..c63e2fa70e9ece6dd85e7d1eb79e41fae6173f77 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1029,7 +1029,7 @@ limitations under the License.
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-report-plugin</artifactId>
                                <inherited>false</inherited>
-                               <configuration>
+                               <configuration>
                                        <aggregate>true</aggregate>
                                </configuration>
                        </plugin>
@@ -1050,16 +1050,35 @@ limitations under the License.
                                </configuration>
                        </plugin>
                        <!--
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
+                               <plugin> <groupId>org.codehaus.mojo</groupId>
                                <artifactId>clirr-maven-plugin</artifactId>
+                               <inherited>false</inherited> </plugin>
+                       -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-changelog-plugin</artifactId>
                                <inherited>false</inherited>
                        </plugin>
-                         -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-changelog-plugin</artifactId>
+                               <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>
+                                       </reportSet>
+                               </reportSets>
                        </plugin>
                </plugins>
        </reporting>