Skip to content

Commit 331eaf7

Browse files
Bump maven-jar-plugin from 2.5 to 3.3.0 (#397)
* Bump maven-jar-plugin from 2.5 to 3.3.0 Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-2.5...maven-jar-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix maven-jar-plugin configuration Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Olaszewski <[email protected]>
1 parent 317eae9 commit 331eaf7

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,14 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-jar-plugin</artifactId>
142-
<version>2.5</version>
142+
<version>3.3.0</version>
143143
<configuration>
144-
<useDefaultManifestFile>true</useDefaultManifestFile>
144+
<archive>
145+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
146+
<manifest>
147+
<addBuildEnvironmentEntries>true</addBuildEnvironmentEntries>
148+
</manifest>
149+
</archive>
145150
</configuration>
146151
</plugin>
147152
<plugin>

0 commit comments

Comments
 (0)