From df1b815ceb8a01d537c3b226744c0f8d37435322 Mon Sep 17 00:00:00 2001 From: Patrick Kranz Date: Thu, 23 Jul 2015 15:37:43 +0200 Subject: [PATCH] Added support for OSGi by adding the maven bundle plugin to the build process. --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pom.xml b/pom.xml index fbf30f8..fdc9455 100644 --- a/pom.xml +++ b/pom.xml @@ -22,4 +22,39 @@ test + + + + + maven-jar-plugin + 2.6 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + 2.5.4 + + true + + {local-packages} + ${project.artifactId} + + + + + bundle-manifest + process-classes + + manifest + + + + + +