From f6b2b0e962f0ecea9f7a699addfc55d4cae761d3 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 12 Nov 2012 11:04:13 +0100 Subject: [PATCH] SONAR-3950 Populate MANIFEST of ws-client with required osgi entries --- sonar-ws-client/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index ec7b3dca56d..435db7abccf 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -79,4 +79,44 @@ test + + + + + org.apache.felix + maven-bundle-plugin + 2.3.7 + true + + + !* + org.apache.httpcomponents.httpclient;bundle-version="4.2.2";optional="true", + org.apache.httpcomponents.httpcore;bundle-version="4.2.2";optional="true", + com.googlecode.json-simple + + !.,org.sonar.wsclient, + org.sonar.wsclient.connectors, + org.sonar.wsclient.services + + + + + bundle-manifest + process-classes + + manifest + + + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + -- 2.39.5