From 0ca87044d7d4dd545ab224916a2ee42e69399a32 Mon Sep 17 00:00:00 2001 From: Eric Norman Date: Sun, 18 Aug 2024 16:56:22 -0700 Subject: [PATCH] fix for issues 81 --- pom.xml | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index e61395a..f7e3b6d 100755 --- a/pom.xml +++ b/pom.xml @@ -293,17 +293,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - - org.apache.felix maven-bundle-plugin @@ -353,15 +342,14 @@ org.apache.maven.plugins maven-jar-plugin - - - default-jar - package - - jar - - - + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + true + + + org.apache.maven.plugins