You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2019/10/28 22:14:49 UTC

[mahout] branch mahout-14.1 updated (82cb521 -> e375e5d)

This is an automated email from the ASF dual-hosted git repository.

apalumbo pushed a change to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git.


    from 82cb521  [maven-release-plugin] prepare for next development iteration
     new 5759393  release recycling
     new f6bfc47  release recycling
     new 5aaa6be  release recycling
     new c262862  release recycling
     new 28c3ce0  fix assembly descriptors
     new e375e5d  [maven-release-plugin] prepare release mahout-14.1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 community/spark-cli-drivers/pom.xml                |   4 +-
 core/pom.xml                                       |   2 +-
 engine/hdfs/pom.xml                                |   8 +-
 engine/spark/pom.xml                               |   8 +-
 pom.xml                                            |  47 ++++++++-
 .../{assembly => resources/assemblies}/bin.xml     |   9 +-
 .../{assembly => resources/assemblies}/src.xml     |   0
 src/pom.xml                                        | 113 +++++++++++++--------
 8 files changed, 131 insertions(+), 60 deletions(-)
 rename src/main/{assembly => resources/assemblies}/bin.xml (91%)
 rename src/main/{assembly => resources/assemblies}/src.xml (100%)


[mahout] 05/06: fix assembly descriptors

Posted by ap...@apache.org.
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 28c3ce0b2f1787a25a46fc9ad9734cbc6cd42d87
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Mon Oct 28 14:55:23 2019 -0700

    fix assembly descriptors
---
 community/spark-cli-drivers/pom.xml                |   2 +-
 engine/hdfs/pom.xml                                |   6 +-
 engine/spark/pom.xml                               |   6 +-
 pom.xml                                            |  11 +-
 .../{assembly => resources/assemblies}/bin.xml     |   9 +-
 .../{assembly => resources/assemblies}/src.xml     |   0
 src/pom.xml                                        | 115 ++++++++++++---------
 7 files changed, 86 insertions(+), 63 deletions(-)

diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index a5bd7a6..5ce062b 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-community</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index b2c8dcd..f1cf1ab 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -183,13 +183,13 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 549fcaf..60c9e21 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
@@ -271,7 +271,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index e50634b..942bbb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,19 +616,20 @@
 <plugins>
 
 
-      <plugin>
+    <!--  <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version></version>
-        <executions>
-          <execution>
+
             <id>bin-assembly</id>
             <phase>package</phase>
             <goals>
               <goal>single</goal>
             </goals>
             <configuration>
+
               <skipAssembly>${mahout.skip.distribution}</skipAssembly>
+            <executions>
+              <execution>
               <descriptors>
                 <descriptor>${project.basedir}/src/main/assembly/bin.xml</descriptor>
               </descriptors>
@@ -652,7 +653,7 @@
             </configuration>
            </execution>
           </executions>
-      </plugin>
+      </plugin>-->
 
 
 
diff --git a/src/main/assembly/bin.xml b/src/main/resources/assemblies/bin.xml
similarity index 91%
rename from src/main/assembly/bin.xml
rename to src/main/resources/assemblies/bin.xml
index 9c4431d..a44f7e0 100644
--- a/src/main/assembly/bin.xml
+++ b/src/main/resources/assemblies/bin.xml
@@ -1,7 +1,8 @@
 
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
 
-<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0">
 <id>bin</id>
 
 <formats>
@@ -18,7 +19,7 @@
 
     <fileSet>
         <directory>${project.base.directory}</directory>
-        <outputDirectory>${project.base.directory}</outputDirectory>
+        <outputDirectory>${project.base.directory}/lib/</outputDirectory>
         <includes>
             <include>**README*</include>
             <include>**LICENSE*</include>
@@ -45,7 +46,7 @@
         <outputDirectory>docs</outputDirectory>
     </fileSet>
 
-    <!--copy bin/mahout.sh -->
+    <!--copy bin/mahout.sh and other scripts -->
     <fileSet>
         <directory>${project.base.directory}/bin</directory>
         <fileMode>755</fileMode>
diff --git a/src/main/assembly/src.xml b/src/main/resources/assemblies/src.xml
similarity index 100%
rename from src/main/assembly/src.xml
rename to src/main/resources/assemblies/src.xml
diff --git a/src/pom.xml b/src/pom.xml
index 9b1ecb1..841d1e1 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -19,54 +19,56 @@
         <groupId>org.apache.mahout</groupId>
         <artifactId>mahout</artifactId>
         <version>14.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <relativePath>./../pom.xml</relativePath>
     </parent>
     <artifactId>apache-mahout-distribution</artifactId>
     <name>Mahout Release Package</name>
     <description>Distribution Package</description>
     <packaging>pom</packaging>
-    <build>
-        <defaultGoal>install</defaultGoal>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.1.1</version>
-
-                <id>bin-assembly</id>
+      <build>
+      <plugins>
+        <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>3.1.1</version>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache</groupId>
+                    <artifactId>mahout</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+            </dependencies>
+            <executions>
+              <execution>
+                <id>bin</id>
                 <phase>package</phase>
-                     <executions>
-                     <execution>
-
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <configuration>
-                            <skipAssembly>${mahout.skip.distribution}</skipAssembly>
-                            <descriptors>
-                                <descriptor>${project.basedir}/src/main/assembly/bin.xml</descriptor>
-                            </descriptors>
-                            <tarLongFileMode>gnu</tarLongFileMode>
-                            <appendAssemblyId>false</appendAssemblyId>
-                        </configuration>
-                     </execution>
-
-                    <execution>
-                        <id>src-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                        <configuration>
-                            <skipAssembly>${mahout.skip.distribution}</skipAssembly>
-                            <descriptors>
-                                <descriptor>${project.basedir}/src/main/assembly/src.xml</descriptor>
-                            </descriptors>
-                            <tarLongFileMode>gnu</tarLongFileMode>
-                            <appendAssemblyId>true</appendAssemblyId>
-                        </configuration>
-                    </execution>
-                     </executions>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <skipAssembly>${mahout.skip.distribution}</skipAssembly>
+                    <descriptors>
+                        <descriptor>${project.basedir}/src/main/resources/assembly/bin.xml</descriptor>
+                    </descriptors>
+                    <tarLongFileMode>gnu</tarLongFileMode>
+                  <appendAssemblyId>false</appendAssemblyId>
+                </configuration>
+                </execution>
+                <execution>
+                  <id>srcy</id>
+                  <phase>package</phase>
+                  <goals>
+                      <goal>single</goal>
+                  </goals>
+                  <configuration>
+                      <skipAssembly>${mahout.skip.distribution}</skipAssembly>
+                      <descriptors>
+                          <descriptor>${project.basedir}/src/main/resources/assembly/src.xml</descriptor>
+                      </descriptors>
+                      <tarLongFileMode>gnu</tarLongFileMode>
+                      <appendAssemblyId>true</appendAssemblyId>
+                  </configuration>
+                 </execution>
+            </executions>
             </plugin>
         </plugins>
     </build>
@@ -77,6 +79,29 @@
             <properties>
                 <mahout.skip.distribution>false</mahout.skip.distribution>
             </properties>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.mahout</groupId>
+                    <artifactId>mahout-core_${scala.compat.version}</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.mahout</groupId>
+                    <artifactId>mahout-hdfs_${scala.compat.version}</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.mahout</groupId>
+                    <artifactId>mahout-spark_${scala.compat.version}</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.mahout</groupId>
+                    <artifactId>mahout-spark-cli-drivers_${scala.compat.version}</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+
+            </dependencies>
         </profile>
         <profile>
             <id>viennacl</id>
@@ -151,11 +176,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.mahout</groupId>
-            <artifactId>mahout-math</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.mahout</groupId>
-            <artifactId>mahout-integration</artifactId>
+            <artifactId>mahout-core_2.12</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.mahout</groupId>


[mahout] 03/06: release recycling

Posted by ap...@apache.org.
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 5aaa6be5a3f209977d854705ae0405b9d83381e7
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Oct 18 04:59:23 2019 -0700

    release recycling
---
 src/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pom.xml b/src/pom.xml
index 3875904..84e8d5e 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -31,7 +31,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.5.3</version>
+                <version>3.1.1</version>
                 <executions>
                     <execution>
                         <id>bin-assembly</id>


[mahout] 01/06: release recycling

Posted by ap...@apache.org.
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 575939307d69921c59f9f26c14a335b3c8fca033
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Oct 18 04:36:37 2019 -0700

    release recycling
---
 community/spark-cli-drivers/pom.xml | 2 +-
 core/pom.xml                        | 2 +-
 engine/hdfs/pom.xml                 | 2 +-
 engine/spark/pom.xml                | 2 +-
 pom.xml                             | 2 +-
 src/pom.xml                         | 1 +
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index ddae73a..a5bd7a6 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_2.12</artifactId>
-      <version>14.2-SNAPSHOT</version>
+      <version>14.1-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/core/pom.xml b/core/pom.xml
index cc5ffa0..054dae0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 57abcc2..b2c8dcd 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -29,7 +29,7 @@
 
   <!-- modules inherit parent's group id and version. -->
   <artifactId>mahout-hdfs_2.12</artifactId>
-  <version>14.2-SNAPSHOT</version>
+  <version>14.1-SNAPSHOT</version>
   <name>- Mahout HDFS Support</name>
   <description>Scalable machine learning libraries</description>
 
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 0fbfb29..549fcaf 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>mahout-spark_2.12</artifactId>
-  <version>14.2-SNAPSHOT</version>
+  <version>14.1-SNAPSHOT</version>
   <name>- Mahout Spark Engine</name>
   <description>
     Mahout Bindings for Apache Spark
diff --git a/pom.xml b/pom.xml
index 2c259c4..775ceed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  <version>14.2-SNAPSHOT</version>
+  <version>14.1-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>
diff --git a/src/pom.xml b/src/pom.xml
index 4ca913a..080649a 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -35,6 +35,7 @@
                     <execution>
                         <id>bin-assembly</id>
                         <phase>package</phase>
+
                         <goals>
                             <goal>single</goal>
                         </goals>


[mahout] 06/06: [maven-release-plugin] prepare release mahout-14.1

Posted by ap...@apache.org.
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 e375e5d9023f2392e6f3581c6d7e89978d237af9
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Mon Oct 28 15:14:41 2019 -0700

    [maven-release-plugin] prepare release mahout-14.1
---
 community/spark-cli-drivers/pom.xml | 4 ++--
 core/pom.xml                        | 2 +-
 engine/hdfs/pom.xml                 | 8 ++++----
 engine/spark/pom.xml                | 8 ++++----
 pom.xml                             | 2 +-
 5 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 5ce062b..1759cab 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-community</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_2.12</artifactId>
-      <version>14.1-SNAPSHOT</version>
+      <version>14.1</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/core/pom.xml b/core/pom.xml
index 054dae0..4c2de51 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index f1cf1ab..a3afc9a 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <!-- modules inherit parent's group id and version. -->
   <artifactId>mahout-hdfs_2.12</artifactId>
-  <version>14.1-SNAPSHOT</version>
+  <version>14.1</version>
   <name>- Mahout HDFS Support</name>
   <description>Scalable machine learning libraries</description>
 
@@ -183,13 +183,13 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.1-SNAPSHOT</version>
+      <version>14.1</version>
     </dependency>
 
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.1-SNAPSHOT</version>
+      <version>14.1</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 60c9e21..6924a4d 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-engine</artifactId>
-    <version>14.1-SNAPSHOT</version>
+    <version>14.1</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>mahout-spark_2.12</artifactId>
-  <version>14.1-SNAPSHOT</version>
+  <version>14.1</version>
   <name>- Mahout Spark Engine</name>
   <description>
     Mahout Bindings for Apache Spark
@@ -252,7 +252,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.1-SNAPSHOT</version>
+      <version>14.1</version>
     </dependency>
 
     <dependency>
@@ -271,7 +271,7 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-core_${scala.compat.version}</artifactId>
-      <version>14.1-SNAPSHOT</version>
+      <version>14.1</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 942bbb9..ff8d59a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  <version>14.1-SNAPSHOT</version>
+  <version>14.1</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>


[mahout] 04/06: release recycling

Posted by ap...@apache.org.
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 c26286270c8a1d68862f320493bb048241fda781
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Oct 18 05:02:03 2019 -0700

    release recycling
---
 src/pom.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/pom.xml b/src/pom.xml
index 84e8d5e..9b1ecb1 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -32,10 +32,11 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <version>3.1.1</version>
-                <executions>
-                    <execution>
-                        <id>bin-assembly</id>
-                        <phase>package</phase>
+
+                <id>bin-assembly</id>
+                <phase>package</phase>
+                     <executions>
+                     <execution>
 
                         <goals>
                             <goal>single</goal>
@@ -48,7 +49,8 @@
                             <tarLongFileMode>gnu</tarLongFileMode>
                             <appendAssemblyId>false</appendAssemblyId>
                         </configuration>
-                    </execution>
+                     </execution>
+
                     <execution>
                         <id>src-assembly</id>
                         <phase>package</phase>
@@ -64,7 +66,7 @@
                             <appendAssemblyId>true</appendAssemblyId>
                         </configuration>
                     </execution>
-                </executions>
+                     </executions>
             </plugin>
         </plugins>
     </build>


[mahout] 02/06: release recycling

Posted by ap...@apache.org.
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 f6bfc4740c0f43c4c0e35a28888299aed0b29fc7
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Oct 18 04:57:02 2019 -0700

    release recycling
---
 pom.xml     | 44 ++++++++++++++++++++++++++++++++++++++++++++
 src/pom.xml |  1 +
 2 files changed, 45 insertions(+)

diff --git a/pom.xml b/pom.xml
index 775ceed..e50634b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,6 +461,8 @@
       <skipTests>true</skipTests>
       <pmd.skip>true</pmd.skip>
       <checkstyle.skip>true</checkstyle.skip>
+      <skipAssembly>false</skipAssembly>
+
     </properties>
   </profile>
   <profile>
@@ -612,6 +614,48 @@
 </profiles>
 <reporting>
 <plugins>
+
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version></version>
+        <executions>
+          <execution>
+            <id>bin-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <skipAssembly>${mahout.skip.distribution}</skipAssembly>
+              <descriptors>
+                <descriptor>${project.basedir}/src/main/assembly/bin.xml</descriptor>
+              </descriptors>
+              <tarLongFileMode>gnu</tarLongFileMode>
+              <appendAssemblyId>false</appendAssemblyId>
+            </configuration>
+          </execution>
+          <execution>
+            <id>src-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <skipAssembly>${mahout.skip.distribution}</skipAssembly>
+              <descriptors>
+                <descriptor>${project.basedir}/src/main/assembly/src.xml</descriptor>
+              </descriptors>
+              <tarLongFileMode>gnu</tarLongFileMode>
+              <appendAssemblyId>true</appendAssemblyId>
+            </configuration>
+           </execution>
+          </executions>
+      </plugin>
+
+
+
   <!-- surefire runs unit tests -->
   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/pom.xml b/src/pom.xml
index 080649a..3875904 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -31,6 +31,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.5.3</version>
                 <executions>
                     <execution>
                         <id>bin-assembly</id>