You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/11/21 21:48:27 UTC

svn commit: r347980 - /webservices/axis2/trunk/java/etc/maven.xml

Author: dims
Date: Mon Nov 21 12:48:20 2005
New Revision: 347980

URL: http://svn.apache.org/viewcvs?rev=347980&view=rev
Log:
disable temporarily


Modified:
    webservices/axis2/trunk/java/etc/maven.xml

Modified: webservices/axis2/trunk/java/etc/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/etc/maven.xml?rev=347980&r1=347979&r2=347980&view=diff
==============================================================================
--- webservices/axis2/trunk/java/etc/maven.xml (original)
+++ webservices/axis2/trunk/java/etc/maven.xml Mon Nov 21 12:48:20 2005
@@ -203,6 +203,7 @@
     </preGoal>
 
     <!-- Check if the tests need to run -->
+    <!--
     <preGoal name="test:test">
         <j:if test="${context.getVariable('maven.test.force') == null}">
             <j:if test="${cloveroverride != 'true'}">
@@ -223,11 +224,13 @@
             </j:if>
         </j:if>
     </preGoal>
-
+    -->
     <!-- Update the timestamp of the last successful test -->
+    <!--
     <postGoal name="test:test">
         <j:if test="${context.getVariable('maven.test.failure') == null}">
             <ant:touch file="${basedir}/target/test-reports/tstamp"/>
         </j:if>
     </postGoal>
+    -->
 </project>