Author: dkulp
Date: Fri Jun 29 14:33:47 2012
New Revision: 1355408
URL: http://svn.apache.org/viewvc?rev=1355408&view=rev
Log:
Merged revisions 1350803 via git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1350803 | dkulp | 2012-06-15 17:17:19 -0400 (Fri, 15 Jun 2012) | 3 lines
Need to turn off pmd/checkstyle in setup.eclipse profile so java7 can be
relatively quick to setup
........
Modified:
cxf/branches/2.6.x-fixes/parent/pom.xml
Modified: cxf/branches/2.6.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1355408&r1=1355407&r2=1355408&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/parent/pom.xml Fri Jun 29 14:33:47 2012
@@ -1694,6 +1694,11 @@
</profile>
<profile>
<id>setup.eclipse</id>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ <pmd.skip>true</pmd.skip>
+ <checkstyle.skip>true</checkstyle.skip>
+ </properties>
<build>
<defaultGoal>process-test-sources</defaultGoal>
<plugins>