Repository: incubator-pirk
Updated Branches:
  refs/heads/master 5ebe1bf2f -> cd6cb204e


[PIRK-39]: Add Maven Shade Plugin Configurations to Minimize the JAR -- closes 
apache/incubator-pirk#41


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

Branch: refs/heads/master
Commit: cd6cb204e8cc13e3372280db171e1bb7879086a8
Parents: 5ebe1bf
Author: eawilliams <[email protected]>
Authored: Tue Aug 2 08:34:30 2016 -0400
Committer: eawilliams <[email protected]>
Committed: Tue Aug 2 08:34:30 2016 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/cd6cb204/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a14cbbd..7d4c0bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,7 @@
                                                        <configuration>
                                                                
<shadedArtifactAttached>true</shadedArtifactAttached>
                                                                
<shadedClassifierName>exe</shadedClassifierName>
+                                                               
<minimizeJar>true</minimizeJar>
                                                                <transformers>
                                                                        
<transformer
                                                                                
        
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">

Reply via email to