mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-03-29 13:30:46 +08:00
Add automatic module name to jar manifest
For motivation see https://blog.joda.org/2017/05/java-se-9-jpms-automatic-modules.html
This commit is contained in:
parent
065b17b26d
commit
b1a643c21c
8
pom.xml
8
pom.xml
@ -88,9 +88,11 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/.svn/*</exclude>
|
||||
</excludes>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Automatic-Module-Name>com.esotericsoftware.reflectasm</Automatic-Module-Name>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user