Author: jim.ma
Date: 2012-08-10 03:50:51 -0400 (Fri, 10 Aug 2012)
New Revision: 16591
Modified:
thirdparty/cxf/branches/cxf-2.4.8/pom.xml
thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/java2ws/pom.xml
Log:
To allow deploying to jboss repo
Modified: thirdparty/cxf/branches/cxf-2.4.8/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.8/pom.xml 2012-08-10 07:44:03 UTC (rev 16590)
+++ thirdparty/cxf/branches/cxf-2.4.8/pom.xml 2012-08-10 07:50:51 UTC (rev 16591)
@@ -33,6 +33,7 @@
<scm>
<
connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.8&...
<
developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/...
+ <
url>http://svn.apache.org/repos/asf/cxf/tags/cxf-2.4.8</url>
</scm>
<issueManagement>
<system>jira</system>
@@ -53,6 +54,11 @@
<distributionManagement>
<repository>
+ <id>jboss-releases-repository</id>
+ <name>JBoss Releases Repository</name>
+
<
url>https://repository.jboss.org/nexus/service/local/staging/deploy/ma...
+ </repository>
+ <!--repository>
<id>apache.releases.https</id>
<name>Apache Release Distribution Repository</name>
<
url>https://repository.apache.org/service/local/staging/deploy/maven2&...
@@ -61,12 +67,12 @@
<id>apache.snapshots.https</id>
<name>Apache Development Snapshot Repository</name>
<
url>https://repository.apache.org/content/repositories/snapshots</u...
- <!--uniqueVersion>false</uniqueVersion-->
+ <uniqueVersion>false</uniqueVersion>
</snapshotRepository>
<site>
<id>apache.cxf.site</id>
<
url>scpexe://people.apache.org/www/cxf.apache.org/cxf/mvn_site</url...
- </site>
+ </site-->
</distributionManagement>
<repositories>
<repository>
Modified: thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/codegen/pom.xml 2012-08-10
07:44:03 UTC (rev 16590)
+++ thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/codegen/pom.xml 2012-08-10
07:50:51 UTC (rev 16591)
@@ -64,12 +64,12 @@
</build>
<dependencies>
- <dependency>
+ <!--dependency>
<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
<artifactId>cxf-systests-java2ws</artifactId>
<version>${project.version}</version>
<type>wsdl</type>
- </dependency>
+ </dependency-->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
Modified: thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/java2ws/pom.xml 2012-08-10
07:44:03 UTC (rev 16590)
+++ thirdparty/cxf/branches/cxf-2.4.8/systests/wsdl_maven/java2ws/pom.xml 2012-08-10
07:50:51 UTC (rev 16591)
@@ -31,7 +31,7 @@
</parent>
<build>
<plugins>
- <plugin>
+ <!--plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-java2ws-plugin</artifactId>
<version>${project.version}</version>
@@ -63,7 +63,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin-->
</plugins>
</build>