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 2016/04/16 23:20:32 UTC

svn commit: r1739516 - in /axis/axis2/java/core/trunk/modules/jaxws-integration: ./ test-resources/wsdl/ test/org/apache/axis2/jaxws/client/soapaction/

Author: veithen
Date: Sat Apr 16 21:20:31 2016
New Revision: 1739516

URL: http://svn.apache.org/viewvc?rev=1739516&view=rev
Log:
Remove generated code and duplicate WSDL file.

Removed:
    axis/axis2/java/core/trunk/modules/jaxws-integration/test-resources/wsdl/SOAPActionTest.wsdl
    axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/client/soapaction/BookStore.java
    axis/axis2/java/core/trunk/modules/jaxws-integration/test/org/apache/axis2/jaxws/client/soapaction/BookStoreService.java
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=1739516&r1=1739515&r2=1739516&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml Sat Apr 16 21:20:31 2016
@@ -631,19 +631,6 @@
                         </configuration>
                     </execution>
                     <execution>
-                        <id>xjc-SOAPActionTest</id>
-                        <goals>
-                            <goal>testXjc</goal>
-                        </goals>
-                        <configuration>
-                            <sourceType>WSDL</sourceType>
-                            <testSources>
-                                <testSource>test-resources/wsdl/SOAPActionTest.wsdl</testSource>
-                            </testSources>
-                            <outputDirectory>${project.build.directory}/generated-test-sources/jaxb/SOAPActionTest</outputDirectory>
-                        </configuration>
-                    </execution>
-                    <execution>
                         <id>xjc-rpclitenum</id>
                         <goals>
                             <goal>testXjc</goal>
@@ -696,6 +683,23 @@
                         </configuration>
                     </execution>
                 </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jaxws-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>wsimport-SOAPActionTest</id>
+                        <goals>
+                            <goal>wsimport-test</goal>
+                        </goals>
+                        <configuration>
+                            <wsdlFiles>
+                                <wsdlFile>${basedir}/src/test/repository/services/BookStoreService/META-INF/SOAPActionTest.wsdl</wsdlFile>
+                            </wsdlFiles>
+                        </configuration>
+                    </execution>
+                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>