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 85ce550 [MAHOUT-2090] keep Distribution in src tarball
85ce550 is described below
commit 85ce5504dc17dfbcaaee35a76bf46360228961d6
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu Feb 20 20:48:48 2020 -0800
[MAHOUT-2090] keep Distribution in src tarball
---
distribution/src/main/resources/assembly/src.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/distribution/src/main/resources/assembly/src.xml
b/distribution/src/main/resources/assembly/src.xml
index 882999b..9c54bbe 100644
--- a/distribution/src/main/resources/assembly/src.xml
+++ b/distribution/src/main/resources/assembly/src.xml
@@ -54,8 +54,8 @@ yes distributed under the License is distributed on an "AS
IS" BASIS,
<include>buildtools/**</include>
<include>experimental/**</include>
<include>experimental/**/**</include>
- <include>dist/**</include>
- <include>dist/**/**</include>
+ <include>distribution/**</include>
+ <include>distribution/**/**</include>
<include>resource-managers/**</include>
</includes>
<excludes>