Skip to content

Instantly share code, notes, and snippets.

@ali-mosavian
Created August 29, 2013 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ali-mosavian/6376874 to your computer and use it in GitHub Desktop.
Save ali-mosavian/6376874 to your computer and use it in GitHub Desktop.
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