From 6339d39f7cd422e9e4c25a607f904244948d8579 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Gonzalez Date: Fri, 27 Apr 2007 19:59:54 +0000 Subject: [PATCH] Added OSGi manifest generation git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@533201 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/pom.xml b/pom.xml index 3d6db5f01e..20e993b37c 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,30 @@ under the License. + + + org.apache.felix + maven-bundle-plugin + 0.9.0-incubator-SNAPSHOT + + + + manifest + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + maven-surefire-plugin 2.2 @@ -204,4 +228,19 @@ under the License. scp://people.apache.org/www/maven.apache.org/ref/${project.version}/ + + + + + apache.snapshots + snapshot plugins + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + +