Skip to content

Instantly share code, notes, and snippets.

@ramkicse
Last active June 23, 2017 07:58
Show Gist options
  • Save ramkicse/4d0f8934b61b0d78adbc7208bb53d006 to your computer and use it in GitHub Desktop.
Save ramkicse/4d0f8934b61b0d78adbc7208bb53d006 to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
<mainClass>com.ramki.project.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment