You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by di...@apache.org on 2008/11/10 18:20:57 UTC

svn commit: r712703 - /webservices/commons/trunk/modules/transport/modules/parent/pom.xml

Author: dims
Date: Mon Nov 10 09:20:55 2008
New Revision: 712703

URL: http://svn.apache.org/viewvc?rev=712703&view=rev
Log:
don't fail if someone runs Axis2+Transport build with -Dtest=false

Modified:
    webservices/commons/trunk/modules/transport/modules/parent/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=712703&r1=712702&r2=712703&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/parent/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Mon Nov 10 09:20:55 2008
@@ -388,5 +388,6 @@
     <properties>
         <transport.version>SNAPSHOT</transport.version>
         <axis2.version>SNAPSHOT</axis2.version>
+        <failIfNoTests>false</failIfNoTests>
     </properties>
 </project>