From d5a789a1c6c95ce3ef4374cf60f2b17be6504823 Mon Sep 17 00:00:00 2001 From: Martin Grotzke Date: Mon, 21 Jul 2014 18:36:25 +0200 Subject: [PATCH] Turn reflectasm into an OSGi bundle --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1825cdf..8738b99 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.esotericsoftware reflectasm 1.09 - jar + bundle ReflectASM High performance Java reflection using code generation https://github.com/EsotericSoftware/reflectasm @@ -121,6 +121,17 @@ + + org.apache.felix + maven-bundle-plugin + 2.5.0 + true + + + com.esotericsoftware.reflectasm* + + +