You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dr...@apache.org on 2010/10/04 21:55:04 UTC

svn commit: r1004380 - /mahout/trunk/examples/pom.xml

Author: drew
Date: Mon Oct  4 19:55:04 2010
New Revision: 1004380

URL: http://svn.apache.org/viewvc?rev=1004380&view=rev
Log:
Re-added mvn dependnecy plugin to example/pom.xml to collect example project dependencies into example/target/dependences

Modified:
    mahout/trunk/examples/pom.xml

Modified: mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1004380&r1=1004379&r2=1004380&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Mon Oct  4 19:55:04 2010
@@ -52,6 +52,22 @@
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-dependencies</id>
+            <phase>package</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <!-- configure the plugin here -->
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
           <execution>