From fa4bb707ec4f80dbf5888f80fca069d9a3a530ae Mon Sep 17 00:00:00 2001 From: Ivan Orlov Date: Fri, 24 Apr 2015 19:20:43 +0300 Subject: [PATCH] add osgi support via maven-bundle-plugin --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 899f5e932..9a606b967 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,9 @@ true true + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + @@ -264,6 +267,21 @@ true + + org.apache.felix + maven-bundle-plugin + 2.3.5 + true + + + bundle-manifest + process-classes + + manifest + + + +