This is an automated email from the ASF dual-hosted git repository.
apalumbo pushed a commit to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/mahout-14.1 by this push:
new e0015b8 [MAHOUT-2017] small tweaks after large refactor several
upgrades [MAHOUT-2072] (#376)
e0015b8 is described below
commit e0015b85026ba96d8cb7f787ae196c4584ce1639
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu Oct 17 01:44:52 2019 -0700
[MAHOUT-2017] small tweaks after large refactor several upgrades
[MAHOUT-2072] (#376)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f311daf..726d960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -526,7 +526,7 @@
<goal>single</goal>
</goals>
<configuration>
- <skipAssembly>${mahout.skip.distribution}</skipAssembly>
+ <skipAssembly>true</skipAssembly>
<descriptors>
<descriptor>buildtools/assembly/src.xml</descriptor>
</descriptors>
@@ -618,6 +618,7 @@
<pmd.skip>true</pmd.skip>
<checkstyle.skip>true</checkstyle.skip>
<sourceReleaseAssemblyDescriptor>buildtools/assembly/src.xml</sourceReleaseAssemblyDescriptor>
+
<binaryReleaseAssemblyDescriptor>buildtools/assembly/bin.xml</binaryReleaseAssemblyDescriptor>
</properties>
</profile>
<!-- <profile>-->