You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/05/01 10:19:21 UTC

svn commit: r1793301 - in /axis/axis2/java/core/branches/AXIS2-5785: modules/tool/axis2-xsd2java-maven-plugin/pom.xml pom.xml

Author: veithen
Date: Mon May  1 10:19:21 2017
New Revision: 1793301

URL: http://svn.apache.org/viewvc?rev=1793301&view=rev
Log:
Integrate axis2-xsd2java-maven-plugin into the build and make it buildable.

Modified:
    axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/pom.xml
    axis/axis2/java/core/branches/AXIS2-5785/pom.xml

Modified: axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/pom.xml?rev=1793301&r1=1793300&r2=1793301&view=diff
==============================================================================
--- axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/pom.xml (original)
+++ axis/axis2/java/core/branches/AXIS2-5785/modules/tool/axis2-xsd2java-maven-plugin/pom.xml Mon May  1 10:19:21 2017
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2</artifactId>
-    <version>1.7.3.0-PWC-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
@@ -24,7 +24,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
+      <artifactId>maven-core</artifactId>
     </dependency>
   </dependencies>
 

Modified: axis/axis2/java/core/branches/AXIS2-5785/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/AXIS2-5785/pom.xml?rev=1793301&r1=1793300&r2=1793301&view=diff
==============================================================================
--- axis/axis2/java/core/branches/AXIS2-5785/pom.xml (original)
+++ axis/axis2/java/core/branches/AXIS2-5785/pom.xml Mon May  1 10:19:21 2017
@@ -69,6 +69,7 @@
         <module>modules/tool/axis2-mar-maven-plugin</module>
         <module>modules/tool/axis2-repo-maven-plugin</module>
         <module>modules/tool/axis2-wsdl2code-maven-plugin</module>
+        <module>modules/tool/axis2-xsd2java-maven-plugin</module>
         <module>modules/tool/simple-server-maven-plugin</module>
         <module>modules/tool/archetype/quickstart</module>
         <module>modules/tool/archetype/quickstart-webapp</module>