Skip to content

Commit

Permalink
Add Specification and Implementation entries to MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 8, 2024
1 parent 675b742 commit 03096e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -723,6 +731,12 @@
<phase>package</phase>
<inherited>false</inherited>
<configuration>
<archive>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
<descriptors>
<descriptor>config-assembly.xml</descriptor>
</descriptors>
Expand Down

0 comments on commit 03096e1

Please sign in to comment.