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 2012/02/19 15:14:41 UTC

svn commit: r1291004 - in /axis/axis1/java/trunk: integration/ integration/src/test/java/test/wsdl/anytype/ test/wsdl/anytype/

Author: veithen
Date: Sun Feb 19 14:14:41 2012
New Revision: 1291004

URL: http://svn.apache.org/viewvc?rev=1291004&view=rev
Log:
Mavenized test.wsdl.anytype.

Added:
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/anytype/
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/anytype/AnyServiceServiceTestCase.java
      - copied unchanged from r1291001, axis/axis1/java/trunk/test/wsdl/anytype/AnyServiceServiceTestCase.java
    axis/axis1/java/trunk/integration/src/test/java/test/wsdl/anytype/AnyServiceSoapBindingImpl.java
      - copied unchanged from r1291001, axis/axis1/java/trunk/test/wsdl/anytype/AnyServiceSoapBindingImpl.java
Removed:
    axis/axis1/java/trunk/test/wsdl/anytype/
Modified:
    axis/axis1/java/trunk/integration/pom.xml

Modified: axis/axis1/java/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/pom.xml?rev=1291004&r1=1291003&r2=1291004&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Sun Feb 19 14:14:41 2012
@@ -258,6 +258,23 @@
                         </configuration>
                     </execution>
                     <execution>
+                        <id>anytype</id>
+                        <goals>
+                            <goal>wsdl2java-test</goal>
+                        </goals>
+                        <configuration>
+                            <file>${project.build.directory}/work/test/wsdl/anytype/AnyService.wsdl</file>
+                            <all>true</all>
+                            <serverSide>true</serverSide>
+                            <mappings>
+                                <mapping>
+                                    <namespace>http://test.com/AnyService</namespace>
+                                    <package>test.wsdl.anytype</package>
+                                </mapping>
+                            </mappings>
+                        </configuration>
+                    </execution>
+                    <execution>
                         <id>arrays</id>
                         <goals>
                             <goal>wsdl2java-test</goal>