Author: alessio.soldano(a)jboss.com
Date: 2012-07-11 07:22:52 -0400 (Wed, 11 Jul 2012)
New Revision: 16456
Modified:
thirdparty/cxf/branches/cxf-2.2.12/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml
thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml
Log:
Minor changes to poms to allow deploying to jboss nexus repo
Modified: thirdparty/cxf/branches/cxf-2.2.12/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/pom.xml 2012-07-11 11:21:26 UTC (rev 16455)
+++ thirdparty/cxf/branches/cxf-2.2.12/pom.xml 2012-07-11 11:22:52 UTC (rev 16456)
@@ -23,6 +23,9 @@
<artifactId>cxf</artifactId>
<version>2.2.12-patch-03</version>
<name>Apache CXF</name>
+ <description>Apache CXF is an open-source services framework that aids in
+ the development of services using front-end programming APIs, like JAX-WS
+ and JAX-RS.</description>
<url>http://cxf.apache.org</url>
<packaging>pom</packaging>
@@ -30,6 +33,7 @@
<scm>
<
connection>scm:svn:http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.12...
<
developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/...
+ <
url>http://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.12</url>
</scm>
<issueManagement>
<system>jira</system>
@@ -44,7 +48,14 @@
<compiler.fork>false</compiler.fork>
</properties>
- <distributionManagement>
+ <distributionManagement>
+ <repository>
+ <id>jboss-releases-repository</id>
+ <name>JBoss Releases Repository</name>
+
<
url>https://repository.jboss.org/nexus/service/local/staging/deploy/ma...
+ </repository>
+ </distributionManagement>
+ <!--distributionManagement>
<repository>
<id>apache.releases.https</id>
<name>Apache Release Distribution Repository</name>
@@ -60,7 +71,7 @@
<id>apache.cxf.site</id>
<
url>scpexe://people.apache.org/www/cxf.apache.org/cxf/mvn_site</url...
</site>
- </distributionManagement>
+ </distributionManagement-->
<inceptionYear>2006</inceptionYear>
<mailingLists>
@@ -100,6 +111,18 @@
<
archive>http://mail-archives.apache.org/mod_mbox/cxf-notifications<...
</mailingList>
</mailingLists>
+ <developers>
+ <developer>
+ <name>The Apache CXF Team</name>
+ <email>dev(a)cxf.apache.org</email>
+ <url>http://cxf.apache.org</url>
+ <organization>Apache Software Foundation</organization>
+ <
organizationUrl>http://apache.org/</organizationUrl>
+ <properties>
+ <
picUrl>http://cxf.apache.org/images/cxf.png</picUrl>
+ </properties>
+ </developer>
+ </developers>
<ciManagement>
<system>Hudson</system>
<
url>http://hudson.zones.apache.org/hudson/view/CXF/</url>
Modified: thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml 2012-07-11
11:21:26 UTC (rev 16455)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/codegen/pom.xml 2012-07-11
11:22:52 UTC (rev 16456)
@@ -56,12 +56,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.2.12/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml 2012-07-11
11:21:26 UTC (rev 16455)
+++ thirdparty/cxf/branches/cxf-2.2.12/systests/wsdl_maven/java2ws/pom.xml 2012-07-11
11:22:52 UTC (rev 16456)
@@ -30,7 +30,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>