Skip to content

Commit

Permalink
Also add Specification-* entries to MANIFEST.MF (#840)
Browse files Browse the repository at this point in the history
Motivation:

Some tools depend on the Specification-* entries in the MANIFEST.MF.
Unfortunaly
 we don't add these at the moment

Modifications:

Configure plugin to also add the Specification-* entries

Result:

MANIFEST.MF contains Specification-* entries
  • Loading branch information
normanmaurer authored Jan 22, 2024
1 parent 31e24e1 commit 138c45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>${javaModuleName}</Automatic-Module-Name>
Expand Down

0 comments on commit 138c45b

Please sign in to comment.