Skip to content

Commit

Permalink
Add Automatic-Module-Name
Browse files Browse the repository at this point in the history
- Add Automatic-Module-Name: `org.spdx.jacksonstore`

Signed-off-by: Arthit Suriyawongkul <[email protected]>
  • Loading branch information
bact authored and goneall committed Feb 27, 2025
1 parent 07a3e35 commit 74c55b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,18 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.spdx.jacksonstore</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 74c55b9

Please sign in to comment.