You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/03/01 15:11:52 UTC

svn commit: r749037 - /myfaces/tobago/trunk/pom.xml

Author: bommel
Date: Sun Mar  1 14:11:52 2009
New Revision: 749037

URL: http://svn.apache.org/viewvc?rev=749037&view=rev
Log:
tested pmd

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=749037&r1=749036&r2=749037&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sun Mar  1 14:11:52 2009
@@ -286,7 +286,7 @@
             <ruleset>/rulesets/finalizers.xml</ruleset>
             <ruleset>/rulesets/junit.xml</ruleset>
             <ruleset>/rulesets/migrating_to_15.xml</ruleset>
-            <!--ruleset>/rulesets/typeresolution.xml</ruleset-->
+            <ruleset>/rulesets/typeresolution.xml</ruleset>
             <ruleset>/rulesets/strings.xml</ruleset>
             <!--
                 <ruleset>rulesets/controversial.xml</ruleset>
@@ -298,10 +298,6 @@
           <excludes>
             <exclude>**/package-info.java</exclude>
             <exclude>org/apache/myfaces/tobago/apt/annotation/*.java</exclude>
-            <exclude>org/apache/myfaces/tobago/taglib/component/*Declaration.java</exclude>
-            <exclude>org/apache/myfaces/tobago/taglib/decl/*.java</exclude>
-            <exclude>org/apache/myfaces/tobago/taglib/extension/*.java</exclude>
-            <exclude>org/apache/myfaces/tobago/taglib/extension12/*.java</exclude>
           </excludes>
           <encoding>${maven.compile.encoding}</encoding>
           <linkXref>true</linkXref>
@@ -564,6 +560,11 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>apt-maven-plugin</artifactId>
           <version>1.0-alpha-2</version>