Skip to content

Commit

Permalink
Add automatic module name as a manifest entry
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Sep 4, 2019
1 parent 88238a3 commit 5160043
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 @@ -147,6 +147,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.leadpony.jsonp.testsuite</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 5160043

Please sign in to comment.