You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/07/18 19:18:05 UTC

svn commit: r1504536 - in /cxf/trunk: parent/pom.xml pom.xml rt/databinding/sdo/pom.xml rt/management-web/pom.xml

Author: dkulp
Date: Thu Jul 18 17:18:04 2013
New Revision: 1504536

URL: http://svn.apache.org/r1504536
Log:
Update to latest buildutils and such that more or less will somewhat work with the latest PMD plugins in eclipse

Modified:
    cxf/trunk/parent/pom.xml
    cxf/trunk/pom.xml
    cxf/trunk/rt/databinding/sdo/pom.xml
    cxf/trunk/rt/management-web/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1504536&r1=1504535&r2=1504536&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Jul 18 17:18:04 2013
@@ -196,7 +196,7 @@
 
         <cxf.downloadSources>true</cxf.downloadSources>
 
-        <cxf.pmd.eclipse.ruleset>cxf-pmd-ruleset.xml</cxf.pmd.eclipse.ruleset>
+        <cxf.pmd.eclipse.ruleset.ext/>
 
         <cxf.resources.base.path />
     </properties>
@@ -288,11 +288,11 @@
                             </file>
                             <file>
                                 <name>.pmd</name>
-                                <location>/cxf-eclipse-pmd</location>
+                                <location>/cxf-eclipse-pmd${cxf.pmd.eclipse.ruleset.ext}</location>
                             </file>
                             <file>
                                 <name>.ruleset</name>
-                                <location>/${cxf.pmd.eclipse.ruleset}</location>
+                                <location>/cxf-pmd-ruleset${cxf.pmd.eclipse.ruleset.ext}.xml</location>
                             </file>
                         </additionalConfig>
                     </configuration>
@@ -333,7 +333,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.7.1</version>
+                    <version>3.0.1</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
@@ -1796,7 +1796,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-pmd-plugin</artifactId>
-                        <version>2.7.1</version>
+                        <version>3.0.1</version>
                         <dependencies>
                             <dependency>
                                 <groupId>org.apache.cxf.build-utils</groupId>

Modified: cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=1504536&r1=1504535&r2=1504536&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Thu Jul 18 17:18:04 2013
@@ -45,7 +45,7 @@
 
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>2.5.0</cxf.build-utils.version>
+        <cxf.build-utils.version>2.5.1-SNAPSHOT</cxf.build-utils.version>
         <cxf.xjc-utils.version>2.6.1</cxf.xjc-utils.version>
         <cxf.jdk.version>1.6</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: cxf/trunk/rt/databinding/sdo/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/databinding/sdo/pom.xml?rev=1504536&r1=1504535&r2=1504536&view=diff
==============================================================================
--- cxf/trunk/rt/databinding/sdo/pom.xml (original)
+++ cxf/trunk/rt/databinding/sdo/pom.xml Thu Jul 18 17:18:04 2013
@@ -32,7 +32,7 @@
     </parent>
 
     <properties>
-        <cxf.pmd.eclipse.ruleset>cxf-pmd-ruleset-generated.xml</cxf.pmd.eclipse.ruleset>
+        <cxf.pmd.eclipse.ruleset.ext>-generated</cxf.pmd.eclipse.ruleset.ext>
         <cxf.compile.flags>-Xlint:unchecked,fallthrough,finally</cxf.compile.flags>
         <cxf.compile.show.deprecation>false</cxf.compile.show.deprecation>
     </properties>

Modified: cxf/trunk/rt/management-web/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/management-web/pom.xml?rev=1504536&r1=1504535&r2=1504536&view=diff
==============================================================================
--- cxf/trunk/rt/management-web/pom.xml (original)
+++ cxf/trunk/rt/management-web/pom.xml Thu Jul 18 17:18:04 2013
@@ -42,7 +42,7 @@
         <gwt.hostedmode.dir>${project.build.directory}/war</gwt.hostedmode.dir>
         <gwt.classes.dir>${gwt.hostedmode.dir}/WEB-INF/classes</gwt.classes.dir>
 
-        <cxf.pmd.eclipse.ruleset>cxf-pmd-ruleset-generated.xml</cxf.pmd.eclipse.ruleset>
+        <cxf.pmd.eclipse.ruleset.ext>-generated</cxf.pmd.eclipse.ruleset.ext>
     </properties>
 
     <dependencies>