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/02/01 04:12:38 UTC

[mahout] branch master updated: (nojira)[release] change dist to distribution in bin.xml

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 71c1db2  (nojira)[release] change dist to distribution in bin.xml
71c1db2 is described below

commit 71c1db26544ce55a8209fc1ac1bc5ad597abe347
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Jan 31 20:12:08 2020 -0800

    (nojira)[release] change dist to distribution in bin.xml
---
 distribution/src/main/resources/assembly/bin.xml | 4 ++--
 pom.xml                                          | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/distribution/src/main/resources/assembly/bin.xml b/distribution/src/main/resources/assembly/bin.xml
index df2c58c..35aa2e0 100644
--- a/distribution/src/main/resources/assembly/bin.xml
+++ b/distribution/src/main/resources/assembly/bin.xml
@@ -114,8 +114,8 @@
         <directoryMode>755</directoryMode>
     </fileSet>
     <fileSet>
-        <directory>release</directory>
-        <outputDirectory>dist/release</outputDirectory>
+        <directory>distribution</directory>
+        <outputDirectory>distribution</outputDirectory>
         <useDefaultExcludes>true</useDefaultExcludes>
         <fileMode>755</fileMode>
         <directoryMode>755</directoryMode>
diff --git a/pom.xml b/pom.xml
index 710e94c..110a836 100644
--- a/pom.xml
+++ b/pom.xml
@@ -631,9 +631,6 @@
             <execution>
               <id>source-release-assembly</id>
               <phase>dont-exeute</phase>
-              <goals>
-                <goal>dont-execute</goal>
-              </goals>
             </execution>
           </executions>
         </plugin>