You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2020/01/31 11:53:00 UTC

[mahout] branch master updated: (nojira)[release]rename distribution pom.xml in line with previous releases

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 8c35edb  (nojira)[release]rename distribution pom.xml in line with previous releases
8c35edb is described below

commit 8c35edb321b44a0caee7d1a0dac7fd2eacb7fbe6
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Jan 31 03:52:22 2020 -0800

    (nojira)[release]rename distribution pom.xml in line with previous releases
---
 dist/pom.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dist/pom.xml b/dist/pom.xml
index ed71465..d582717 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -26,7 +26,7 @@
         <version>14.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>dist</artifactId>
+    <artifactId>apache-mahout-distribution_2.11</artifactId>
 
     <name>Mahout Release Package</name>
     <description>Distribution Package</description>
@@ -63,11 +63,9 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-
-
-
-
+    
         <build>
+         <defaultGoal>install</defaultGoal>
           <plugins>
             <plugin>
               <artifactId>maven-assembly-plugin</artifactId>
@@ -89,7 +87,7 @@
                                 <descriptor>${project.basedir}/src/main/resources/assembly/bin.xml</descriptor>
                             </descriptors>
                             <tarLongFileMode>gnu</tarLongFileMode>
-                            <appendAssemblyId>true</appendAssemblyId>
+                            <appendAssemblyId>false</appendAssemblyId>
                         </configuration>
                     </execution>
                     <execution>