Author: bimargulies
Date: Fri Apr 8 11:48:07 2011
New Revision: 1090213
URL: http://svn.apache.org/viewvc?rev=1090213&view=rev
Log:
MAHOUT-660: fastinstall works after clean.
Modified:
mahout/trunk/pom.xml
Modified: mahout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1090213&r1=1090212&r2=1090213&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Apr 8 11:48:07 2011
@@ -96,6 +96,7 @@
</mailingList>
</mailingLists>
<properties>
+ <skipTests>false</skipTests>
<maven.clover.multiproject>true</maven.clover.multiproject>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -556,13 +557,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.5</version>
+ <version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.1</version>
<configuration>
+ <skipTests>${skipTests}</skipTests>
<appendedResourcesDirectory>./src/main/appended-resources</appendedResourcesDirectory>
<resourceBundles>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
@@ -619,7 +621,7 @@
<profile>
<id>fastinstall</id>
<properties>
- <maven.test.skip>true</maven.test.skip>
+ <skipTests>true</skipTests>
<pmd.skip>true</pmd.skip>
<checkstyle.skip>true</checkstyle.skip>
</properties>