This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/trunk by this push:
new d6a3956 [Hotfix] Adjusted the distribution to work
d6a3956 is described below
commit d6a39569f081ea9e280bc4533469afe0ae044a83
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Jul 15 18:33:54 2020 +0200
[Hotfix] Adjusted the distribution to work
---
distribution/src/main/assembly/bin.xml | 25 +------------------------
1 file changed, 1 insertion(+), 24 deletions(-)
diff --git a/distribution/src/main/assembly/bin.xml
b/distribution/src/main/assembly/bin.xml
index 3c4774e..37fbf73 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -50,38 +50,15 @@
<!-- Make all scripts in here executable -->
<fileMode>0755</fileMode>
</fileSet>
-
- <!-- copy aggregated documentation into docs-->
- <!--fileSet>
- <directory>${basedir}/../site</directory>
- <outputDirectory>docs</outputDirectory>
- </fileSet-->
</fileSets>
<dependencySets>
<!-- Copy all mahout artifacts to the root directory -->
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
- <outputDirectory/>
- <includes>
- <include>org.apache.mahout::</include>
- </includes>
- </dependencySet>
- <!-- Copy all dependencies to the lib directory (Hadoop is included later
on into it's own directory) -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
<outputDirectory>lib</outputDirectory>
- <excludes>
- <exclude>org.apache.mahout::</exclude>
- <exclude>org.apache.hadoop::</exclude>
- </excludes>
- </dependencySet>
- <!-- Copy all Hadoop artifacts to lib/hadoop -->
- <dependencySet>
- <useProjectArtifact>false</useProjectArtifact>
- <outputDirectory>lib/hadoop</outputDirectory>
<includes>
- <include>org.apache.hadoop::</include>
+ <include>org.apache.mahout::</include>
</includes>
</dependencySet>
</dependencySets>