You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jl...@apache.org on 2006/06/18 15:11:57 UTC

svn commit: r415134 - /myfaces/maven/trunk/master-pom/pom.xml

Author: jlust
Date: Sun Jun 18 06:11:57 2006
New Revision: 415134

URL: http://svn.apache.org/viewvc?rev=415134&view=rev
Log:
added PMD plugin, let's see how clean our code is :)

Modified:
    myfaces/maven/trunk/master-pom/pom.xml

Modified: myfaces/maven/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?rev=415134&r1=415133&r2=415134&view=diff
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Sun Jun 18 06:11:57 2006
@@ -414,7 +414,20 @@
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
             </plugin>
-        </plugins>
+            <plugin>
+                <artifactId>maven-pmd-plugin</artifactId>
+                <version>2.0</version>
+                <configuration>
+                    <rulesets>
+                        <ruleset>/rulesets/basic.xml</ruleset>
+                        <ruleset>/rulesets/unusedcode.xml</ruleset>
+                    </rulesets>
+                    <linkXref>true</linkXref>
+                    <minimumTokens>100</minimumTokens>
+                    <targetJdk>1.3</targetJdk>
+                </configuration>
+            </plugin>
+      </plugins>
     </reporting>
     <distributionManagement>
         <repository>