From bcda7ea1af8263ceaf334440cb7f927601f8e666 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Wed, 27 May 2015 15:37:55 -0400 Subject: [PATCH] Add OSGi metadata to jnr-x86asm. Use maven-bundle-plugin to generate OSGi metadata and include the manifest using maven-jar-plugin. --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pom.xml b/pom.xml index 2b838f0..405c319 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,40 @@ + + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + + + <_nouses>true + + + + + bundle-manifest + process-classes + + manifest + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + + UTF-8 1.5