You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by td...@apache.org on 2013/01/10 00:17:47 UTC

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

Author: tdunning
Date: Wed Jan  9 23:17:47 2013
New Revision: 1431143

URL: http://svn.apache.org/viewvc?rev=1431143&view=rev
Log:
MAHOUT-1136 - Fix pom to be more eclipse friendly.

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1431143&r1=1431142&r2=1431143&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Wed Jan  9 23:17:47 2013
@@ -425,7 +425,7 @@
                   <pluginExecutionFilter>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.5.1</version>
+                    <versionRange>2.5.1</versionRange>
                     <goals>
                       <goal>copy-dependencies</goal>
                     </goals>
@@ -444,7 +444,10 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute/>
+                    <execute>
+                    	<runOnIncremental>false</runOnIncremental>
+                    	<runOnConfiguration>true</runOnConfiguration>
+                    </execute>
                   </action>
                 </pluginExecution>
               </pluginExecutions>