From 06fa09a2fbdad25317493a7bed0bb8e1ec5388f2 Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Tue, 11 Jul 2023 11:04:41 +0200 Subject: [PATCH] use jar plugin to add MainClass information in MANIFEST.MF instead of the fleix plugin, see SLF4J-594 Signed-off-by: Ceki Gulcu --- slf4j-migrator/pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/slf4j-migrator/pom.xml b/slf4j-migrator/pom.xml index 45ad88e3..9495d26a 100755 --- a/slf4j-migrator/pom.xml +++ b/slf4j-migrator/pom.xml @@ -21,12 +21,15 @@ - org.apache.felix - maven-bundle-plugin + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} - - org.slf4j.migrator.Main - + + + org.slf4j.migrator.Main + +