You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2007/02/02 08:58:11 UTC

svn commit: r502529 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Author: davidillsley
Date: Thu Feb  1 23:58:11 2007
New Revision: 502529

URL: http://svn.apache.org/viewvc?view=rev&rev=502529
Log:
Update maven2 pom to match maven1 maven.xml

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Modified: webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/pom.xml?view=diff&rev=502529&r1=502528&r2=502529
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Thu Feb  1 23:58:11 2007
@@ -247,6 +247,15 @@
             <arg file="${schema.generated.src.dir}"/>
         </java>
         <!-- ################################################################### -->
+        <!-- All simple derived types xsd -->
+        <echo>Compiling simpleExtension.xsd</echo>
+        <java classname="org.apache.axis2.schema.XSD2Java" fork="true">
+            <jvmarg line="${maven.junit.jvmargs}"/>
+            <classpath refid="maven.runtime.classpath"/>
+            <classpath location="${compiled.classes.dir}"/>
+            <arg file="${testsuite.source.dir}/extensions.xsd"/>
+            <arg file="${schema.generated.src.dir}"/>
+        </java>
 			  </tasks>
             </configuration>
             <goals>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org