Skip to content

Commit ab3a970

Browse files
committed
GH-96: Add Automatic-Module-Name
Fixes #96
1 parent 681b0aa commit ab3a970

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,17 @@
303303
</execution>
304304
</executions>
305305
</plugin>
306+
<plugin>
307+
<groupId>org.apache.maven.plugins</groupId>
308+
<artifactId>maven-jar-plugin</artifactId>
309+
<configuration>
310+
<archive>
311+
<manifestEntries>
312+
<Automatic-Module-Name>com.github.packageurl</Automatic-Module-Name>
313+
</manifestEntries>
314+
</archive>
315+
</configuration>
316+
</plugin>
306317
<plugin>
307318
<groupId>org.cyclonedx</groupId>
308319
<artifactId>cyclonedx-maven-plugin</artifactId>

0 commit comments

Comments
 (0)