You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/04/08 19:01:06 UTC

svn commit: r1311045 - /gora/trunk/pom.xml

Author: lewismc
Date: Sun Apr  8 17:01:06 2012
New Revision: 1311045

URL: http://svn.apache.org/viewvc?rev=1311045&view=rev
Log:
default skip tests for release plugin.

Modified:
    gora/trunk/pom.xml

Modified: gora/trunk/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/pom.xml?rev=1311045&r1=1311044&r2=1311045&view=diff
==============================================================================
--- gora/trunk/pom.xml (original)
+++ gora/trunk/pom.xml Sun Apr  8 17:01:06 2012
@@ -315,6 +315,7 @@
                   <goals>deploy</goals>
                   <arguments>-Prelease,deploy</arguments>
                   <autoVersionSubmodules>true</autoVersionSubmodules>
+                  <skipTests>true</skipTests>
                 </configuration>
             </plugin>
             <plugin>