Created
August 29, 2013 11:24
-
-
Save ali-mosavian/6376874 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
index 6495076..7ba5892 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -118,6 +118,7 @@ | |
<configuration> | |
<shadedArtifactAttached>true</shadedArtifactAttached> | |
<shadedClassifierName>all</shadedClassifierName> | |
+ <finalName>${project.artifactId}-all</finalName> | |
</configuration> | |
</execution> | |
</executions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment