This is an automated email from the ASF dual-hosted git repository.
akm 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 c9914c3 Removing bin-assembly
c9914c3 is described below
commit c9914c394e2180de3f78fb181ffed3abc5c58177
Author: Andrew Musselman <[email protected]>
AuthorDate: Thu May 9 21:37:51 2019 -0700
Removing bin-assembly
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 66a39ea..506742a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,7 @@
</dependency>
</dependencies>
<executions>
- <execution>
+ <!--execution>
<id>bin-assembly</id>
<phase>package</phase>
<goals>
@@ -505,7 +505,7 @@
<tarLongFileMode>gnu</tarLongFileMode>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
- </execution>
+ </execution-->
<execution>
<id>src-assembly</id>
<phase>package</phase>