From c62cb9bf90e559fbc84e4e89a591bd9d86943792 Mon Sep 17 00:00:00 2001 From: Garry Date: Mon, 16 May 2016 12:43:54 -0400 Subject: [PATCH] Add osgi source manifest --- httpclient-osgi/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index 028999fc4b..59527e4ca4 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml @@ -173,6 +173,31 @@ true + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar + + + + + + + 2 + ${name} + ${project.groupId}.httpclient.source + ${organization.name} + ${project.version} + ${project.groupId}.httpclient;version="${project.version}";roots:="." + + + + org.apache.httpcomponents.httpclient_${project.version}