We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26a1805 + c87474e commit 91edb28Copy full SHA for 91edb28
1 file changed
pom.xml
@@ -234,6 +234,13 @@
234
<plugin>
235
<artifactId>maven-jar-plugin</artifactId>
236
<version>2.4</version>
237
+ <configuration>
238
+ <archive>
239
+ <manifestEntries>
240
+ <Automatic-Module-Name>me.lemire.integercompression</Automatic-Module-Name>
241
+ </manifestEntries>
242
+ </archive>
243
+ </configuration>
244
</plugin>
245
246
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments