You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/06 10:16:39 UTC

svn commit: r1358068 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Fri Jul  6 08:16:39 2012
New Revision: 1358068

URL: http://svn.apache.org/viewvc?rev=1358068&view=rev
Log:
disable online tests during release

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1358068&r1=1358067&r2=1358068&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Fri Jul  6 08:16:39 2012
@@ -541,7 +541,7 @@
             <useReleaseProfile>false</useReleaseProfile>
             <autoVersionSubmodules>false</autoVersionSubmodules>
             <tagNameFormat>any23-@{project.version}</tagNameFormat>
-            <arguments>-Prelease,apache</arguments>
+            <arguments>-Dany23.online.test.disabled=true -Prelease,apache</arguments>
           </configuration>
         </plugin>
       </plugins>