We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ab67c commit 8796a66Copy full SHA for 8796a66
pom.xml
@@ -92,6 +92,16 @@
92
<groupId>net.nicoulaj.maven.plugins</groupId>
93
<artifactId>checksum-maven-plugin</artifactId>
94
</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>
105
</plugins>
106
</build>
107
0 commit comments