Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created January 27, 2017 10:26
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 r-winkler/ca2dbd09bc4749540f0bc808209db512 to your computer and use it in GitHub Desktop.
Save r-winkler/ca2dbd09bc4749540f0bc808209db512 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>{your.package.main.class}</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment