From a2e581e8ab98919df94ba07abc6c4707467fabd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 02:05:04 +0000 Subject: [PATCH 1/2] 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](https://github.com/apache/maven-jar-plugin/compare/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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 654cc625c..275b83260 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.5 + 3.3.0 true From 57a0bef47da7af9e9d70e2c0cfa625574f8d0fb8 Mon Sep 17 00:00:00 2001 From: Piotr Olaszewski Date: Sat, 8 Oct 2022 14:17:43 +0200 Subject: [PATCH 2/2] Fix maven-jar-plugin configuration --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 275b83260..7a0e58b37 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,12 @@ maven-jar-plugin 3.3.0 - true + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + true + +