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/23 10:13:07 UTC

[mahout] 03/04: add dist/release to binary release

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

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

commit dbc33dfcdc7568af6d8c22f95e5ba98abdd87287
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Thu Jan 23 01:30:34 2020 -0800

    add dist/release to binary release
---
 dist/src/main/resources/assembly/bin.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dist/src/main/resources/assembly/bin.xml b/dist/src/main/resources/assembly/bin.xml
index 87b36bb..e5e2c31 100644
--- a/dist/src/main/resources/assembly/bin.xml
+++ b/dist/src/main/resources/assembly/bin.xml
@@ -111,6 +111,13 @@
         <fileMode>755</fileMode>
         <directoryMode>755</directoryMode>
     </fileSet>
+    <fileSet>
+        <directory>release</directory>
+        <outputDirectory>dist/release</outputDirectory>
+        <useDefaultExcludes>true</useDefaultExcludes>
+        <fileMode>755</fileMode>
+        <directoryMode>755</directoryMode>
+    </fileSet>
   </fileSets>
 </assembly>