Skip to content

Commit

Permalink
Removed 'useDefaultManifestFile' not available in jar-plugin 3.0 any …
Browse files Browse the repository at this point in the history
…more
  • Loading branch information
berndruecker authored Oct 21, 2021
1 parent 50f406c commit 64cfc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<artifactId>maven-jar-plugin</artifactId>
<version>${plugin.version.jar}</version>
<configuration>
<useDefaultManifestFile>true</useDefaultManifestFile>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<!-- explicitly specify manifestFile because otherwise it overrides the generated one from bundle-plugin -->
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
Expand Down

0 comments on commit 64cfc2a

Please sign in to comment.