Author: coheigea
Date: Thu May 17 10:14:47 2012
New Revision: 1339537

URL: http://svn.apache.org/viewvc?rev=1339537&view=rev
Log:
Remove PMD plugin from plugins/tomcat as it's picked up from the root pom

Modified:
    cxf/fediz/trunk/plugins/tomcat/pom.xml
    cxf/fediz/trunk/pom.xml

Modified: cxf/fediz/trunk/plugins/tomcat/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/plugins/tomcat/pom.xml?rev=1339537&r1=1339536&r2=1339537&view=diff
==============================================================================
--- cxf/fediz/trunk/plugins/tomcat/pom.xml (original)
+++ cxf/fediz/trunk/plugins/tomcat/pom.xml Thu May 17 10:14:47 2012
@@ -63,26 +63,6 @@
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-pmd-plugin</artifactId>
-                               <version>2.5</version>
-                               <configuration>
-                                       <linkXRef>false</linkXRef>
-                                       <failOnViolation>true</failOnViolation>
-                                       <verbose>true</verbose>
-                                       <targetJdk>1.6</targetJdk>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>validate</id>
-                                               <phase>validate</phase>
-                                               <goals>
-                                                       <goal>check</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
                                <version>2.1.2</version>
                                <executions>

Modified: cxf/fediz/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1339537&r1=1339536&r2=1339537&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Thu May 17 10:14:47 2012
@@ -474,6 +474,7 @@
                         </rulesets>
                         <sourceEncoding>UTF-8</sourceEncoding>
                         <targetJdk>${jdk.version}</targetJdk>
+                        <failOnViolation>true</failOnViolation>
                         <linkXRef>false</linkXRef>
                         <includeTests>true</includeTests>
                         <verbose>true</verbose>


Reply via email to