From a18b38e116915bf8c40cc9a860987362209a5eed Mon Sep 17 00:00:00 2001 From: kriegfrj Date: Mon, 6 Jul 2020 15:45:44 +0930 Subject: [PATCH] Added OSGi metadata using bnd-maven-plugin Signed-off-by: kriegfrj --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/pom.xml b/pom.xml index 35dbb57..fbbbe23 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 1.5.0 5.5.0 7.0.0 + 5.1.1 @@ -95,12 +96,54 @@ maven-jar-plugin 3.1.2 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + com.coveo fmt-maven-plugin 2.9 + + biz.aQute.bnd + bnd-maven-plugin + ${bnd.version} + + + bnd-process + + bnd-process + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + com.coveo + fmt-maven-plugin + [1.0.0,) + + check + + + + + + + + + + @@ -123,6 +166,10 @@ + + biz.aQute.bnd + bnd-maven-plugin + de.sormuras.junit