Skip to content

Commit c6e6f54

Browse files
authored
Merge pull request #192 from JohnnyJayJay/master
Add Automatic-Module-Name entry to jar manifest
2 parents 4666b45 + b732d7b commit c6e6f54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,13 @@
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-jar-plugin</artifactId>
222222
<version>3.3.0</version>
223+
<configuration>
224+
<archive>
225+
<manifestEntries>
226+
<Automatic-Module-Name>org.spdx.library</Automatic-Module-Name>
227+
</manifestEntries>
228+
</archive>
229+
</configuration>
223230
</plugin>
224231
<plugin>
225232
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)