Skip to content

Instantly share code, notes, and snippets.

@olegflo
Created September 20, 2012 08:12
Show Gist options
  • Save olegflo/3754608 to your computer and use it in GitHub Desktop.
Save olegflo/3754608 to your computer and use it in GitHub Desktop.
maven assembly plugin
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment