Skip to content

Commit

Permalink
Issue checkstyle#14120: Add Automatic-Module-Name to MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
future2r authored and romani committed Jan 5, 2024
1 parent 81c4580 commit a5d0468
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1571,6 +1571,9 @@
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>${project.groupId}.${project.artifactId}</Automatic-Module-Name>
</manifestEntries>
</archive>
<excludes>
<exclude>**/Input*.*</exclude>
Expand Down

0 comments on commit a5d0468

Please sign in to comment.