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

commit 5ccfa8bc1b0dea0064204196e5522c8538d95507
Author: Andrew Palumbo <[email protected]>
AuthorDate: Wed Oct 30 02:13:38 2019 -0700

    tweak
---
 distribution/pom.xml | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 19d218a..10f0462 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -72,32 +72,17 @@
                 <executions>
                     <execution>
                         <id>distro-assembly</id>
-                        <attach>true</attach>
                         <phase>package</phase>
                         <goals>
                             <goal>single</goal>
                         </goals>
                         <configuration>
+                            <attach>true</attach>
                             
<finalName>apache-mahout-${project.version}</finalName>
                             <skipAssembly>false</skipAssembly>
                             <descriptors>
-                                
<descriptor>${project.basedir}/src/main/resources/assembly/bin.xml</descriptor>
-                            </descriptors>
-                            <tarLongFileMode>gnu</tarLongFileMode>
-                            <appendAssemblyId>true</appendAssemblyId>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>src-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <configuration>
-                            
<finalName>apache-mahout-${project.version}</finalName>
-                            <skipAssembly>false</skipAssembly>
-                            <descriptors>
-                                
<descriptor>${project.basedir}/src/main/resources/assembly/src.xml</descriptor>
+                              
<descriptor>${project.basedir}/src/main/resources/assembly/bin.xml</descriptor>
+                              
<descriptor>${project.basedir}/src/main/resources/assembly/src.xml</descriptor>
                             </descriptors>
                             <tarLongFileMode>gnu</tarLongFileMode>
                             <appendAssemblyId>true</appendAssemblyId>

Reply via email to