From 9a418fad00504312ac2fab9cd3b63cb634896c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Thu, 21 Mar 2019 20:38:54 +0100 Subject: [PATCH] create OSGI bundle --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pom.xml b/pom.xml index 2b838f0..3edb7d5 100644 --- a/pom.xml +++ b/pom.xml @@ -50,4 +50,47 @@ 1.5 1.5 + + + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + + + * + jnr-x86asm + + + + + bundle-manifest + process-classes + + manifest + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + jar + test-jar + + + + + +