You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ra...@apache.org on 2018/09/10 18:29:01 UTC

mahout git commit: NO-JIRA drop spark classifier

Repository: mahout
Updated Branches:
  refs/heads/branch-0.14.0 545648f6a -> 0bf221ee9


NO-JIRA drop spark classifier


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

Branch: refs/heads/branch-0.14.0
Commit: 0bf221ee9f24adfc9054db059be2899ffdbadc0f
Parents: 545648f
Author: Trevor a.k.a @rawkintrevo <tr...@gmail.com>
Authored: Mon Sep 10 13:28:37 2018 -0500
Committer: Trevor a.k.a @rawkintrevo <tr...@gmail.com>
Committed: Mon Sep 10 13:28:37 2018 -0500

----------------------------------------------------------------------
 engine/spark/pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/0bf221ee/engine/spark/pom.xml
----------------------------------------------------------------------
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 4a4b4f4..68802cb 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -141,7 +141,8 @@
             <phase>package</phase>
             <configuration>
               <tasks>
-                <copy file="target/spark_${scala.compat.version}-${project.version}-spark_${spark.compat.version}.jar" tofile="../../lib/spark_${scala.compat.version}-${project.version}-spark_${spark.compat.version}.jar" />
+                <!--<copy file="target/spark_${scala.compat.version}-${project.version}-spark_${spark.compat.version}.jar" tofile="../../lib/spark_${scala.compat.version}-${project.version}-spark_${spark.compat.version}.jar" />-->
+                <copy file="target/spark_${scala.compat.version}-${project.version}.jar" tofile="../../lib/spark_${scala.compat.version}-${project.version}.jar" />
                 <copy file="target/spark_${scala.compat.version}-${project.version}-dependency-reduced.jar" tofile="../../lib/spark_${scala.compat.version}-${project.version}-dependency-reduced.jar" />
               </tasks>
             </configuration>
@@ -171,9 +172,9 @@
             <goals>
               <goal>jar</goal>
             </goals>
-            <configuration>
-              <classifier>spark_${spark.compat.version}</classifier>
-            </configuration>
+            <!--<configuration>-->
+              <!--<classifier>spark_${spark.compat.version}</classifier>-->
+            <!--</configuration>-->
           </execution>
         </executions>
       </plugin>