From 2fd662a339f2ccf6d160a02df3529c20add01f43 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 12 Feb 2009 05:48:49 +0000 Subject: [PATCH] * bound javadoc creation to deploy phase * added bundle plugin to create OSGi bundles git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@4453 5a64d73e-33d6-4ccc-9058-23f8668ecac9 --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fa16d70..535198c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,11 @@ 2008 + + hera-core + hera-metadata + + gierke_cvs @@ -61,6 +66,7 @@ jar + deploy @@ -179,13 +185,43 @@ + + + org.apache.felix + maven-bundle-plugin + 1.4.3 + + + + bundle-manifest + process-classes + + manifest + + + + + + * + ${project.groupId} + src/main/resources + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + - - hera-core - hera-metadata -