Author: bimargulies
Date: Fri Apr 29 12:37:13 2011
New Revision: 1097789
URL: http://svn.apache.org/viewvc?rev=1097789&view=rev
Log:
MAHOUT-685: use weaker test skipping in the release process.
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1097789&r1=1097788&r2=1097789&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Apr 29 12:37:13 2011
@@ -629,7 +629,7 @@
<!-- most of this profile lives in other places, like distribution -->
<id>release.prepare</id>
<properties>
- <maven.test.skip>true</maven.test.skip>
+ <skipTests>true</skipTests>
<pmd.skip>true</pmd.skip>
<checkstyle.skip>true</checkstyle.skip>
</properties>
@@ -637,7 +637,7 @@
<profile>
<id>release</id>
<properties>
- <maven.test.skip>true</maven.test.skip>
+ <skipTests>true</skipTests>
<pmd.skip>true</pmd.skip>
<checkstyle.skip>true</checkstyle.skip>
</properties>