You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by dl...@apache.org on 2014/08/16 01:51:38 UTC

git commit: (NOJIRA) disabling -job.jar assembly in spark module (we don't use it, do we?)

Repository: mahout
Updated Branches:
  refs/heads/master 445c1e3f7 -> c6ee8cbcd


(NOJIRA) disabling -job.jar assembly in spark module (we don't use it, do we?)


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/c6ee8cbc
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/c6ee8cbc
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/c6ee8cbc

Branch: refs/heads/master
Commit: c6ee8cbcdb6ae205624b908bc16ae462515c98e6
Parents: 445c1e3
Author: Dmitriy Lyubimov <dl...@apache.org>
Authored: Fri Aug 15 16:31:10 2014 -0700
Committer: Dmitriy Lyubimov <dl...@apache.org>
Committed: Fri Aug 15 16:31:10 2014 -0700

----------------------------------------------------------------------
 spark/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/c6ee8cbc/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 0946cee..71d3944 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -83,27 +83,6 @@
         </executions>
       </plugin>
 
-      <!-- create core job dependencies jar -->
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>job</id>
-              <phase>package</phase>
-              <goals>
-                <goal>single</goal>
-              </goals>
-              <configuration>
-                <descriptors>
-                  <descriptor>src/main/assembly/job.xml</descriptor>
-                </descriptors>
-              </configuration>
-            </execution>
-          </executions>
-      </plugin>
-
       <!-- create test jar so other modules can reuse the math test utility classes. -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>