From d84fb7dc1c595ba2102ebb885fb7e47a987e733e Mon Sep 17 00:00:00 2001 From: Eliezio Oliveira Date: Wed, 21 Oct 2015 15:36:49 -0200 Subject: [PATCH] compiler module packaged as an OSGi bundle --- compiler/pom.xml | 12 +++++++++++- pom.xml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/compiler/pom.xml b/compiler/pom.xml index 570084075..80cb5bb1f 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -7,7 +7,7 @@ 4.0.0 compiler - jar + bundle compiler Implementation of mustache.js for Java @@ -88,6 +88,16 @@ + + org.apache.felix + maven-bundle-plugin + + + + + + maven-assembly-plugin diff --git a/pom.xml b/pom.xml index 69a39c88d..210bb6043 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ org.apache.felix maven-bundle-plugin - 2.3.7 + 2.5.0 true