Skip to content

Commit 8796a66

Browse files
authored
Add an automatic module name to support the JPMS
1 parent 57ab67c commit 8796a66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@
9292
<groupId>net.nicoulaj.maven.plugins</groupId>
9393
<artifactId>checksum-maven-plugin</artifactId>
9494
</plugin>
95+
<plugin>
96+
<artifactId>maven-jar-plugin</artifactId>
97+
<configuration>
98+
<archive>
99+
<manifestEntries>
100+
<Automatic-Module-Name>at.favre.lib.bytes</Automatic-Module-Name>
101+
</manifestEntries>
102+
</archive>
103+
</configuration>
104+
</plugin>
95105
</plugins>
96106
</build>
97107

0 commit comments

Comments
 (0)