Author: veithen
Date: Sat Aug 26 13:13:50 2017
New Revision: 1806294

URL: http://svn.apache.org/viewvc?rev=1806294&view=rev
Log:
Build the SOAP 1.2 testing services using Maven instead of Ant.

Added:
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/   (with props)
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/pom.xml   (with 
props)
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/services.xml
      - copied unchanged from r1806293, 
axis/axis2/java/core/trunk/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceB/META-INF/services.xml
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/src/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/src/main/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/src/main/java/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/src/main/java/org/
      - copied from r1806293, 
axis/axis2/java/core/trunk/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceB/org/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/   (with props)
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/pom.xml   (with 
props)
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/services.xml
      - copied unchanged from r1806293, 
axis/axis2/java/core/trunk/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceC/META-INF/services.xml
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/src/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/src/main/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/src/main/java/
    axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/src/main/java/org/
      - copied from r1806293, 
axis/axis2/java/core/trunk/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceC/org/
Removed:
    
axis/axis2/java/core/trunk/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceB/
    
axis/axis2/java/core/trunk/modules/integration/test-resources/SOAP12Testing/SOAP12TestServiceC/
Modified:
    axis/axis2/java/core/trunk/modules/integration/itest-build.xml
    axis/axis2/java/core/trunk/modules/integration/pom.xml
    axis/axis2/java/core/trunk/systests/pom.xml

Modified: axis/axis2/java/core/trunk/modules/integration/itest-build.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/itest-build.xml?rev=1806294&r1=1806293&r2=1806294&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/itest-build.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/itest-build.xml Sat Aug 26 
13:13:50 2017
@@ -86,8 +86,6 @@
 
                <ant antfile="build.xml" inheritall="true" inheritrefs="true" 
dir="test-resources/SOAP12Testing/SOAP12TestModuleB" />
                <ant antfile="build.xml" inheritall="true" inheritrefs="true" 
dir="test-resources/SOAP12Testing/SOAP12TestModuleC" />
-               <ant antfile="build.xml" inheritall="true" inheritrefs="true" 
dir="test-resources/SOAP12Testing/SOAP12TestServiceB" />
-               <ant antfile="build.xml" inheritall="true" inheritrefs="true" 
dir="test-resources/SOAP12Testing/SOAP12TestServiceC" />
        </target>
 
        <target name="rpc-wsdl-codegen">

Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?rev=1806294&r1=1806293&r2=1806294&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/integration/pom.xml Sat Aug 26 13:13:50 
2017
@@ -138,6 +138,20 @@
             <artifactId>commons-httpclient</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>SOAP12TestServiceB</artifactId>
+            <version>${project.version}</version>
+            <type>aar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>SOAP12TestServiceC</artifactId>
+            <version>${project.version}</version>
+            <type>aar</type>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <url>http://axis.apache.org/axis2/java/core/</url>
     <scm>
@@ -360,6 +374,8 @@
                             
<outputDirectory>target/Repository</outputDirectory>
                             <axis2xml>conf/axis2.xml</axis2xml>
                             <modules>addressing</modules>
+                            <includeServices>true</includeServices>
+                            
<services>SOAP12TestServiceB,SOAP12TestServiceC</services>
                         </configuration>
                     </execution>
                     <execution>

Propchange: axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Aug 26 13:13:50 2017
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target

Added: axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/pom.xml?rev=1806294&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/pom.xml (added)
+++ axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/pom.xml Sat Aug 26 
13:13:50 2017
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.axis2</groupId>
+        <artifactId>systests</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+    </parent>
+    <artifactId>SOAP12TestServiceB</artifactId>
+    <packaging>aar</packaging>
+    <url>http://axis.apache.org/axis2/java/core/</url>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-aar-maven-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <servicesXmlFile>services.xml</servicesXmlFile>
+                    <includeDependencies>false</includeDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: axis/axis2/java/core/trunk/systests/SOAP12TestServiceB/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Aug 26 13:13:50 2017
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target

Added: axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/pom.xml?rev=1806294&view=auto
==============================================================================
--- axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/pom.xml (added)
+++ axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/pom.xml Sat Aug 26 
13:13:50 2017
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.axis2</groupId>
+        <artifactId>systests</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+    </parent>
+    <artifactId>SOAP12TestServiceC</artifactId>
+    <packaging>aar</packaging>
+    <url>http://axis.apache.org/axis2/java/core/</url>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-aar-maven-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <servicesXmlFile>services.xml</servicesXmlFile>
+                    <includeDependencies>false</includeDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: axis/axis2/java/core/trunk/systests/SOAP12TestServiceC/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis2/java/core/trunk/systests/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/systests/pom.xml?rev=1806294&r1=1806293&r2=1806294&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/systests/pom.xml (original)
+++ axis/axis2/java/core/trunk/systests/pom.xml Sat Aug 26 13:13:50 2017
@@ -41,6 +41,8 @@
     </build>
     
     <modules>
+        <module>SOAP12TestServiceB</module>
+        <module>SOAP12TestServiceC</module>
         <module>webapp-tests</module>
     </modules>
 </project>


Reply via email to