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 2017/12/26 16:34:52 UTC

svn commit: r1819288 - in /axis/axis2/java/core/trunk/modules/adb-tests: pom.xml src/test/repo/

Author: veithen
Date: Tue Dec 26 16:34:52 2017
New Revision: 1819288

URL: http://svn.apache.org/viewvc?rev=1819288&view=rev
Log:
Let axis2-repo-maven-plugin generate the axis2.xml files for adb-tests.

Removed:
    axis/axis2/java/core/trunk/modules/adb-tests/src/test/repo/
Modified:
    axis/axis2/java/core/trunk/modules/adb-tests/pom.xml

Modified: axis/axis2/java/core/trunk/modules/adb-tests/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/adb-tests/pom.xml?rev=1819288&r1=1819287&r2=1819288&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/adb-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/adb-tests/pom.xml Tue Dec 26 16:34:52 2017
@@ -346,26 +346,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>generate-test-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${project.build.directory}/repo</outputDirectory>
-                            <resources>
-                                <resource>
-                                    <directory>src/test/repo</directory>
-                                    <filtering>false</filtering>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>axis2-repo-maven-plugin</artifactId>
                 <version>${project.version}</version>
@@ -431,6 +411,9 @@
                         </configuration>
                     </execution>
                 </executions>
+                <configuration>
+                    <generatedAxis2xml/>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>