h2o dependency reduced

Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e2dde227
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e2dde227
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e2dde227

Branch: refs/heads/master
Commit: e2dde2272fe5956faaf1da2b34bc9119d7f33a5d
Parents: ecf642f
Author: rawkintrevo <[email protected]>
Authored: Mon Jul 31 18:50:05 2017 -0500
Committer: rawkintrevo <[email protected]>
Committed: Mon Jul 31 18:50:05 2017 -0500

----------------------------------------------------------------------
 h2o/pom.xml            |  2 +-
 h2o/scala-2.10/pom.xml | 10 ++++++++++
 h2o/scala-2.11/pom.xml | 10 ++++++++++
 3 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/e2dde227/h2o/pom.xml
----------------------------------------------------------------------
diff --git a/h2o/pom.xml b/h2o/pom.xml
index 9ea2753..973c6d9 100644
--- a/h2o/pom.xml
+++ b/h2o/pom.xml
@@ -65,7 +65,7 @@
         <executions>
           <execution>
             <id>dependency-reduced</id>
-            <phase>package</phase>
+            <!--<phase>package</phase>-->
             <goals>
               <goal>single</goal>
             </goals>

http://git-wip-us.apache.org/repos/asf/mahout/blob/e2dde227/h2o/scala-2.10/pom.xml
----------------------------------------------------------------------
diff --git a/h2o/scala-2.10/pom.xml b/h2o/scala-2.10/pom.xml
index 71177d2..c24a1a0 100644
--- a/h2o/scala-2.10/pom.xml
+++ b/h2o/scala-2.10/pom.xml
@@ -50,6 +50,16 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+            <execution>
+            <id>dependency-reduced</id>
+            <phase>package</phase>
+            </execution>
+            </executions>
+            </plugin>
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/mahout/blob/e2dde227/h2o/scala-2.11/pom.xml
----------------------------------------------------------------------
diff --git a/h2o/scala-2.11/pom.xml b/h2o/scala-2.11/pom.xml
index 868c919..3e8aca7 100644
--- a/h2o/scala-2.11/pom.xml
+++ b/h2o/scala-2.11/pom.xml
@@ -50,6 +50,16 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>dependency-reduced</id>
+                        <phase>package</phase>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to