Skip to content

Commit

Permalink
Add module name in manifest (#37)
Browse files Browse the repository at this point in the history
So projects depend on moji are allowed to be published to a public artifact repository.
  • Loading branch information
hrchu authored and massdosage committed Oct 19, 2017
1 parent 01538a5 commit 2088995
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>fm.last.moji</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 2088995

Please sign in to comment.