This is an automated email from the ASF dual-hosted git repository.

apalumbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/master by this push:
     new a8301c7  (noJira) wip: place jar in correct directory
a8301c7 is described below

commit a8301c72ae2b60f4a9500ea52283da173a47f5d4
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu May 30 15:20:59 2019 -0700

    (noJira) wip: place jar in correct directory
---
 community/spark-cli-drivers/pom.xml | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index 887399f..f19c15a 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -69,11 +69,13 @@
   </dependencies>
 
 
+
   <build>
     <plugins>
-      <!-- create fat jar -->
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>
+<!--
+      &lt;!&ndash; create fat jar &ndash;&gt;
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <executions>
           <execution>
@@ -84,12 +86,13 @@
             </goals>
             <configuration>
               <descriptors>
-                
<descriptor>"src/main/assembly/dependency-reduced.xml"</descriptor>
+                
<descriptor>"${project.home}/src/main/assembly/dependency-reduced.xml"</descriptor>
               </descriptors>
             </configuration>
           </execution>
         </executions>
-      <plugin> -->
+      </plugin>
+-->
 
 
       <!-- ensure licenses -->

Reply via email to