Skip to content

Instantly share code, notes, and snippets.

@ageldama
Created November 19, 2018 12:32
Show Gist options
  • Select an option

  • Save ageldama/16f205f2cd95f6b9073aad6337396983 to your computer and use it in GitHub Desktop.

Select an option

Save ageldama/16f205f2cd95f6b9073aad6337396983 to your computer and use it in GitHub Desktop.
<project>
...
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
...
<configuration>
<archive>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
...
</plugin>
</plugins>
</build>
...
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment