Repository: incubator-pirk
Updated Branches:
  refs/heads/master e99d25013 -> fd331ddf2


[PIRK-39] - Removing MinimizeJar Config for Shade Plugin - closes 
apache/incubator-pirk#72


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

Branch: refs/heads/master
Commit: fd331ddf2beffe9a27d87b85a1458d0b938ef5ac
Parents: e99d250
Author: eawilliams <[email protected]>
Authored: Thu Aug 18 18:49:58 2016 -0400
Committer: eawilliams <[email protected]>
Committed: Thu Aug 18 18:49:58 2016 -0400

----------------------------------------------------------------------
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/fd331ddf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ff2eb3f..1faa9db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,7 +486,6 @@
                                                        <configuration>
                                                                
<shadedArtifactAttached>true</shadedArtifactAttached>
                                                                
<shadedClassifierName>exe</shadedClassifierName>
-                                                               
<minimizeJar>true</minimizeJar>
                                                                <transformers>
                                                                        
<transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                                                        
</transformer>
@@ -495,12 +494,6 @@
                                                                </transformers>
                                                                <filters>
                                                                        <filter>
-                                                                               
<artifact>org.tachyonproject:*</artifact>
-                                                                               
<includes>
-                                                                               
        <include>org/tachyonproject/**</include>
-                                                                               
</includes>
-                                                                       
</filter>
-                                                                       <filter>
                                                                                
<artifact>*:*</artifact>
                                                                                
<excludes>
                                                                                
        <exclude>META-INF/*.SF</exclude>

Reply via email to