Skip to content

Commit

Permalink
Adding Automatic-Module-Name to Manifest of release jar
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuzmic committed Jan 10, 2019
1 parent 4b735df commit daf1829
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -285,6 +285,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.amihaiemil.docker</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit daf1829

Please sign in to comment.