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/19 23:11:12 UTC

svn commit: r1818729 - /axis/axis2/java/core/trunk/modules/json/pom.xml

Author: veithen
Date: Tue Dec 19 23:11:12 2017
New Revision: 1818729

URL: http://svn.apache.org/viewvc?rev=1818729&view=rev
Log:
Let axis2-repo-maven-plugin deploy the ADB service used by the JSON tests.

Modified:
    axis/axis2/java/core/trunk/modules/json/pom.xml

Modified: axis/axis2/java/core/trunk/modules/json/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/json/pom.xml?rev=1818729&r1=1818728&r2=1818729&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/json/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/json/pom.xml Tue Dec 19 23:11:12 2017
@@ -241,27 +241,11 @@
                                     </handler>
                                 </handlers>
                             </generatedAxis2xml>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>repo</id>
-                        <phase>generate-test-resources</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${project.build.directory}/repo/gson</outputDirectory>
-                            <resources>
-                                <resource>
+                            <serviceDescriptions>
+                                <serviceDescription>
                                     <directory>${project.build.directory}/gen/resources</directory>
-                                    <targetPath>services/json_adb_test.aar/META-INF</targetPath>
-                                </resource>
-                            </resources>
+                                </serviceDescription>
+                            </serviceDescriptions>
                         </configuration>
                     </execution>
                 </executions>