Skip to content

Commit

Permalink
Merge pull request #14 from carlosame/issue-13
Browse files Browse the repository at this point in the history
Set an automatic module name in the Jar MANIFEST, closes #13
  • Loading branch information
rtyley authored Apr 20, 2021
2 parents 733d6f6 + b18ea3a commit a76a292
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.madgag.gif.fmsware</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a76a292

Please sign in to comment.