From 5d6050431f60bcde823fad161b979c4b8701f959 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Thu, 4 Apr 2013 16:42:09 +0200 Subject: [PATCH] SONARPLUGINS-2574 Enhance MANIFEST.MF to be OSGI friendly --- sonar-runner-api/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index 9a7208f..db87b65 100644 --- a/sonar-runner-api/pom.xml +++ b/sonar-runner-api/pom.xml @@ -116,6 +116,36 @@ + + org.apache.felix + maven-bundle-plugin + 2.3.7 + true + + + !* + !.,org.sonar.runner.api + J2SE-1.5 + + + + + bundle-manifest + process-classes + + manifest + + + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + -- 2.39.5