Specify a Jigsaw module name.

This commit is contained in:
Michael Bayne
2019-02-07 15:08:43 -08:00
parent b3c54669cc
commit 8f7f2b2283
+12
View File
@@ -178,6 +178,18 @@
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.samskivert.jmustache</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<!-- these handle code coverage --> <!-- these handle code coverage -->
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>