From f497b5c8b5dba4bf8ab53ddc77228a1a56a3b976 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 17 Apr 2018 23:54:31 +0200 Subject: [PATCH] support osgi meta data (#112) --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 3b2fc5a..b0776e2 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,33 @@ + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + true + + + + + + org.apache.felix + maven-bundle-plugin + 2.5.0 + + + bundle-manifest + process-classes + + manifest + + + +