Author: dkulp
Date: Fri Mar 2 07:30:04 2007
New Revision: 513809
URL: http://svn.apache.org/viewvc?view=rev&rev=513809
Log:
Fix for 2.3 with the non-standard modules
Modified:
incubator/cxf/trunk/distribution/pom.xml
incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml
Modified: incubator/cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=513809&r1=513808&r2=513809
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Fri Mar 2 07:30:04 2007
@@ -33,6 +33,7 @@
</parent>
<properties>
+ <maven.test.skip>true</maven.test.skip>
<cxf.version>${pom.version}</cxf.version>
</properties>
Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/pom.xml?view=diff&rev=513809&r1=513808&r2=513809
==============================================================================
--- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Fri Mar 2 07:30:04 2007
@@ -32,6 +32,10 @@
<relativePath>../../parent/pom.xml</relativePath>
</parent>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
Modified: incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml?view=diff&rev=513809&r1=513808&r2=513809
==============================================================================
--- incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml (original)
+++ incubator/cxf/trunk/tools/eclipse3.1-plugin/pom.xml Fri Mar 2 07:30:04 2007
@@ -32,6 +32,10 @@
<relativePath>../../parent/pom.xml</relativePath>
</parent>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>