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 de6ad66  Build thrashing
de6ad66 is described below

commit de6ad662ff375aa4a0bedc30a662dd6d4c8c800d
Author: Andrew Musselman <[email protected]>
AuthorDate: Thu May 9 21:54:59 2019 -0700

    Build thrashing
---
 pom.xml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 506742a..57ac5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,16 +482,10 @@
             </executions>
           </plugin>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>org.apache.apache.resources</groupId>
-                
<artifactId>apache-source-release-assembly-descriptor</artifactId>
-                <version>1.0.6</version>
-              </dependency>
-            </dependencies>
             <executions>
-              <!--execution>
+              <execution>
                 <id>bin-assembly</id>
                 <phase>package</phase>
                 <goals>
@@ -505,7 +499,7 @@
                   <tarLongFileMode>gnu</tarLongFileMode>
                   <appendAssemblyId>false</appendAssemblyId>
                 </configuration>
-              </execution-->
+              </execution>
               <execution>
                 <id>src-assembly</id>
                 <phase>package</phase>

Reply via email to