Skip to content

Commit

Permalink
Add Module name for Java 9
Browse files Browse the repository at this point in the history
Fix issue #32
  • Loading branch information
benoitx committed Dec 15, 2017
1 parent bd2b942 commit f12102f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flatpack/pom.xml
Expand Up @@ -56,6 +56,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>net.sf.flatpack</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f12102f

Please sign in to comment.