Author: veithen
Date: Sat Aug 26 09:16:19 2017
New Revision: 1806276
URL: http://svn.apache.org/viewvc?rev=1806276&view=rev
Log:
Don't add generated code to the sources; instead generate it during the build.
Removed:
axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/polymorphic/shape/sei/
Modified:
axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml?rev=1806276&r1=1806275&r2=1806276&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml Sat Aug 26
09:16:19 2017
@@ -632,19 +632,6 @@
</configuration>
</execution>
<execution>
- <id>xjc-shapes</id>
- <goals>
- <goal>testXjc</goal>
- </goals>
- <configuration>
- <sourceType>WSDL</sourceType>
- <testSources>
-
<testSource>test-resources/wsdl/shapes.wsdl</testSource>
- </testSources>
-
<outputDirectory>${project.build.directory}/generated-test-sources/jaxb/shapes</outputDirectory>
- </configuration>
- </execution>
- <execution>
<id>xjc-rpclitenum</id>
<goals>
<goal>testXjc</goal>
@@ -725,6 +712,17 @@
<packageName>org.apache.axis2.jaxws.anytype</packageName>
</configuration>
</execution>
+ <execution>
+ <id>wsimport-shapes</id>
+ <goals>
+ <goal>wsimport-test</goal>
+ </goals>
+ <configuration>
+ <wsdlFiles>
+
<wsdlFile>${basedir}/test/org/apache/axis2/jaxws/polymorphic/shape/META-INF/shapes.wsdl</wsdlFile>
+ </wsdlFiles>
+ </configuration>
+ </execution>
</executions>
</plugin>
<plugin>