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 2017/03/09 16:34:58 UTC

mahout git commit: [MAHOUT-1939] Remove fastutils shaded jar. Not being picked up by CLI or shell. closes apache/mahout#293

Repository: mahout
Updated Branches:
  refs/heads/master d9bc8c524 -> b32b6d973


[MAHOUT-1939] Remove fastutils shaded jar.  Not being picked up by CLI or shell. closes apache/mahout#293


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

Branch: refs/heads/master
Commit: b32b6d9731481f00ea3b96e3129b9bc96e34eff5
Parents: d9bc8c5
Author: Andrew Palumbo <ap...@apache.org>
Authored: Thu Mar 9 08:34:29 2017 -0800
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Thu Mar 9 08:34:29 2017 -0800

----------------------------------------------------------------------
 math/pom.xml | 52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/b32b6d97/math/pom.xml
----------------------------------------------------------------------
diff --git a/math/pom.xml b/math/pom.xml
index 7ebe501..0956047 100644
--- a/math/pom.xml
+++ b/math/pom.xml
@@ -149,32 +149,32 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <version>3.0.0</version>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <configuration>
-              <artifactSet>
-                <includes>
-                  <include>it.unimi.dsi:fastutil</include>
-                </includes>
-              </artifactSet>
-              <relocations>
-                <relocation>
-                  <pattern>it.unimi.dsi.fastutil</pattern>
-                  <shadedPattern>shaded.it.unimi.dsi.fastutil</shadedPattern>
-                </relocation>
-              </relocations>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
+      <!--<plugin>-->
+        <!--<groupId>org.apache.maven.plugins</groupId>-->
+        <!--<artifactId>maven-shade-plugin</artifactId>-->
+        <!--<version>3.0.0</version>-->
+        <!--<executions>-->
+          <!--<execution>-->
+            <!--<phase>package</phase>-->
+            <!--<goals>-->
+              <!--<goal>shade</goal>-->
+            <!--</goals>-->
+            <!--<configuration>-->
+              <!--<artifactSet>-->
+                <!--<includes>-->
+                  <!--<include>it.unimi.dsi:fastutil</include>-->
+                <!--</includes>-->
+              <!--</artifactSet>-->
+              <!--<relocations>-->
+                <!--<relocation>-->
+                  <!--<pattern>it.unimi.dsi.fastutil</pattern>-->
+                  <!--<shadedPattern>shaded.it.unimi.dsi.fastutil</shadedPattern>-->
+                <!--</relocation>-->
+              <!--</relocations>-->
+            <!--</configuration>-->
+          <!--</execution>-->
+        <!--</executions>-->
+      <!--</plugin>-->
     </plugins>
   </build>