You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2011/08/26 22:24:51 UTC

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

Author: srowen
Date: Fri Aug 26 20:24:50 2011
New Revision: 1162235

URL: http://svn.apache.org/viewvc?rev=1162235&view=rev
Log:
Fix for last commit, remove reference to now defunct grouplens target

Modified:
    mahout/trunk/examples/pom.xml

Modified: mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1162235&r1=1162234&r2=1162235&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Fri Aug 26 20:24:50 2011
@@ -63,28 +63,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>examples</id>
-            <phase>package</phase>
-            <configuration>
-              <tasks>
-                <ant antfile="build.xml" target="build-grouplens-jar">
-                  <property name="dest" value="${project.build.directory}" />
-                  <property name="examples-base" value="src/main/java" />
-                </ant>
-              </tasks>
-
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
 
       <!-- create examples hadoop job jar -->
       <plugin>