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/09/09 18:23:26 UTC

svn commit: r1521178 - /cxf/branches/2.7.x-fixes/parent/pom.xml

Author: dkulp
Date: Mon Sep  9 16:23:25 2013
New Revision: 1521178

URL: http://svn.apache.org/r1521178
Log:
Merged revisions 1521176 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1521176 | dkulp | 2013-09-09 12:19:01 -0400 (Mon, 09 Sep 2013) | 2 lines

  Don't do the custom check that no longer seems to be working

........

Modified:
    cxf/branches/2.7.x-fixes/parent/pom.xml

Modified: cxf/branches/2.7.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/parent/pom.xml?rev=1521178&r1=1521177&r2=1521178&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.7.x-fixes/parent/pom.xml Mon Sep  9 16:23:25 2013
@@ -350,7 +350,6 @@
                     <configuration>
                         <rulesets>
                             <ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset>
-                            <ruleset>${cxf.resources.base.path}cxf-pmd-custom.xml</ruleset>
                         </rulesets>
                         <sourceEncoding>UTF-8</sourceEncoding>
                         <targetJdk>1.6</targetJdk>
@@ -1832,47 +1831,6 @@
                 <defaultGoal>clean</defaultGoal>
             </build>
         </profile>
-        <profile>
-            <id>m2eclipse</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-pmd-plugin</artifactId>
-                        <version>3.0.1</version>
-                        <dependencies>
-                            <dependency>
-                                <groupId>org.apache.cxf.build-utils</groupId>
-                                <artifactId>cxf-buildtools</artifactId>
-                                <version>${cxf.build-utils.version}</version>
-                            </dependency>
-                        </dependencies>
-                        <configuration>
-                            <rulesets>
-                                <ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset>
-                            </rulesets>
-                            <sourceEncoding>UTF-8</sourceEncoding>
-                            <targetJdk>1.6</targetJdk>
-                            <linkXRef>false</linkXRef>
-                            <includeTests>true</includeTests>
-                            <verbose>true</verbose>
-                            <excludeRoots>
-                                <excludeRoot>${basedir}/src/main/generated</excludeRoot>
-                            </excludeRoots>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>validate</id>
-                                <phase>validate</phase>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 </project>