Skip to content

Commit 48329b6

Browse files
bactgoneall
andauthored
Add Automatic-Module-Name (#66)
* Add Automatic-Module-Name - Add Automatic-Module-Name: `org.spdx.spdxRdfStore` Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com> * Update pom.xml Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com> * Update module name Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com> Co-authored-by: Gary O'Neall <gary@sourceauditor.com> --------- Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com> Co-authored-by: Gary O'Neall <gary@sourceauditor.com>
1 parent cd90e14 commit 48329b6

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,19 @@
6363
</goals>
6464
</execution>
6565
</executions>
66-
</plugin>
66+
</plugin>
67+
<plugin>
68+
<groupId>org.apache.maven.plugins</groupId>
69+
<artifactId>maven-jar-plugin</artifactId>
70+
<version>3.4.2</version>
71+
<configuration>
72+
<archive>
73+
<manifestEntries>
74+
<Automatic-Module-Name>org.spdx.spdxrdfstore</Automatic-Module-Name>
75+
</manifestEntries>
76+
</archive>
77+
</configuration>
78+
</plugin>
6779
<plugin>
6880
<groupId>org.apache.maven.plugins</groupId>
6981
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)