From 3ebf96618bac943860c0a3525d18795aef1caee4 Mon Sep 17 00:00:00 2001 From: "S, Balagurumoorthy" Date: Fri, 21 Oct 2016 18:31:40 +0800 Subject: [PATCH] converting the packaging to bundle, #22, fixes osgi bundle loading in fuse version 621107 --- pom.xml | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 1dc589b..ba9a9f6 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.logstash.log4j jsonevent-layout - jar + bundle 1.8-SNAPSHOT jsonevent-layout Log4j pattern layout that conforms to the logstash json_event format @@ -96,6 +96,24 @@ + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + true + + + ${project.groupId}.${project.artifactId} + ${project.groupId}.${project.artifactId} + !* + org.ops4j.pax.logging.pax-logging-service;bundle-version="[1.6,1.9)" + *;scope=compile|runtime;inline=true + ${project.version} + + + + @@ -122,29 +140,6 @@ - - bundle - - - - org.apache.felix - maven-bundle-plugin - 2.3.7 - true - - - ${project.groupId}.${project.artifactId} - ${project.groupId}.${project.artifactId} - !* - org.ops4j.pax.logging.pax-logging-service;bundle-version="[1.6,1.7)" - *;scope=compile|runtime;inline=true - ${project.version} - - - - - - release-sign-artifacts