From 81d3274496ea6d7b31c84fc5a0286c24fe55e88a Mon Sep 17 00:00:00 2001 From: fortuna Date: Sun, 10 Jun 2012 23:49:55 +1000 Subject: [PATCH] Change packaging type to JAR --- pom.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 53 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5f806c5..546c883 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,6 @@ 4.0.0 org.mnode.ical4j ical4j-extensions - bundle iCal4j Extensions 0.9.3-SNAPSHOT Support for additional non-standard iCalendar objects @@ -38,10 +37,27 @@ maven-license-plugin + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + org.apache.felix maven-bundle-plugin - true + + + bundle-manifest + process-classes + + manifest + + + net.fortuna.ical4j.extensions.* @@ -89,6 +105,41 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.felix + + + maven-bundle-plugin + + + [2.3.7,) + + + manifest + + + + + + + + + + + +