[jbossws-commits] JBossWS SVN: r16453 - in thirdparty/cxf/tags/cxf-2.2.12-patch-03: systests/wsdl_maven/codegen and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 11 07:08:29 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-07-11 07:08:28 -0400 (Wed, 11 Jul 2012)
New Revision: 16453

Modified:
   thirdparty/cxf/tags/cxf-2.2.12-patch-03/pom.xml
   thirdparty/cxf/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/codegen/pom.xml
   thirdparty/cxf/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/java2ws/pom.xml
Log:
Minor changes to poms to allow deploying to jboss nexus repo


Modified: thirdparty/cxf/tags/cxf-2.2.12-patch-03/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.2.12-patch-03/pom.xml	2012-07-11 05:42:46 UTC (rev 16452)
+++ thirdparty/cxf/tags/cxf-2.2.12-patch-03/pom.xml	2012-07-11 11:08:28 UTC (rev 16453)
@@ -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</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/tags/cxf-2.2.12</developerConnection>
+        <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/maven2/</url>
+    </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</archive>
         </mailingList>
     </mailingLists>
+    <developers>
+        <developer>
+            <name>The Apache CXF Team</name>
+            <email>dev at 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/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/codegen/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/codegen/pom.xml	2012-07-11 05:42:46 UTC (rev 16452)
+++ thirdparty/cxf/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/codegen/pom.xml	2012-07-11 11:08:28 UTC (rev 16453)
@@ -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/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/java2ws/pom.xml
===================================================================
--- thirdparty/cxf/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/java2ws/pom.xml	2012-07-11 05:42:46 UTC (rev 16452)
+++ thirdparty/cxf/tags/cxf-2.2.12-patch-03/systests/wsdl_maven/java2ws/pom.xml	2012-07-11 11:08:28 UTC (rev 16453)
@@ -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>
 



More information about the jbossws-commits mailing list