From 01fe0b14d242d7ced16a2b1a41a3408c77377209 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Wed, 29 Feb 2012 12:57:23 -0800 Subject: [PATCH] Changed POM to generate an OSGi bundle jar. BTW, please vote for json-smart issue http://code.google.com/p/json-smart/issues/detail?id=22 --- json-path/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/json-path/pom.xml b/json-path/pom.xml index c771f6bd..86e83de8 100644 --- a/json-path/pom.xml +++ b/json-path/pom.xml @@ -24,7 +24,7 @@ com.jayway.jsonpath json-path - jar + bundle 0.6.0-SNAPSHOT json-path http://code.google.com/p/json-path/ @@ -65,4 +65,14 @@ + + + + + org.apache.felix + maven-bundle-plugin + true + + +