Skip to content

Instantly share code, notes, and snippets.

@dingzhihu
Created May 26, 2012 03:02
Show Gist options
  • Save dingzhihu/2791881 to your computer and use it in GitHub Desktop.
Save dingzhihu/2791881 to your computer and use it in GitHub Desktop.
Maven-Assembly-Plugin
<project>
[...]
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
[...]
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment