Author: rwonly
Date: Fri Apr 2 08:33:58 2010
New Revision: 930183
URL: http://svn.apache.org/viewvc?rev=930183&view=rev
Log:
skip maven test phase in all-subprojects profile
Modified:
geronimo/server/branches/2.1/pom.xml
Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=930183&r1=930182&r2=930183&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Fri Apr 2 08:33:58 2010
@@ -2530,6 +2530,9 @@
<profile>
<id>all-subprojects</id>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
<!-- mvn release:prepare -DdryRun=true -Pall-subprojects -Papache-release
-Dtest=false -->
<modules>
<module>repository</module>
|