You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2013/07/26 23:33:23 UTC

svn commit: r1507473 - /mahout/trunk/pom.xml

Author: sslavic
Date: Fri Jul 26 21:33:23 2013
New Revision: 1507473

URL: http://svn.apache.org/r1507473
Log:
MAHOUT-1294: Failure to cleanup previously installed artifacts from Jenkins node local repository will not fail build

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1507473&r1=1507472&r2=1507473&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Jul 26 21:33:23 2013
@@ -920,6 +920,9 @@
                 <goals>
                   <goal>remove-project-artifact</goal>
                 </goals>
+                <configuration>
+                  <failOnError>false</failOnError>
+                </configuration>
               </execution>
             </executions>
           </plugin>