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/03/05 14:01:33 UTC

svn commit: r1733713 - /axis/axis2/java/core/trunk/modules/kernel/pom.xml

Author: veithen
Date: Sat Mar  5 13:01:33 2016
New Revision: 1733713

URL: http://svn.apache.org/viewvc?rev=1733713&view=rev
Log:
Don't attach the test ZIP to the project.

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

Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=1733713&r1=1733712&r2=1733713&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Sat Mar  5 13:01:33 2016
@@ -232,6 +232,7 @@
                             </descriptors>
                             <finalName>test-zip</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
+                            <attach>false</attach>
                         </configuration>
                     </execution>
                 </executions>