From 3d3df3942a528fb74baff1efb60212b9ebcae83e Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 20 Feb 2014 22:07:48 +0100 Subject: Move Apache httpclient based HTTP support to a separate bundle This move avoids that all consumers of org.eclipse.jgit depend on Apache httpclient. Also add another feature to make this optional for OSGi consumers as well. Change-Id: I5ef5e00c53678b9e1d7cfd54bbca3ff6f1c1c967 Signed-off-by: Matthias Sohn --- org.eclipse.jgit.http.apache/pom.xml | 128 +++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 org.eclipse.jgit.http.apache/pom.xml (limited to 'org.eclipse.jgit.http.apache/pom.xml') diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml new file mode 100644 index 0000000000..c184da7466 --- /dev/null +++ b/org.eclipse.jgit.http.apache/pom.xml @@ -0,0 +1,128 @@ + + + + 4.0.0 + + + org.eclipse.jgit + org.eclipse.jgit-parent + 3.3.0-SNAPSHOT + + + org.eclipse.jgit.http.apache + JGit - Apache httpclient based HTTP support + + + Apache httpclient based HTTP support + + + + + + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + + + + src/ + + + + . + + plugin.properties + about.html + + + + resources/ + + + + + + maven-jar-plugin + + + ${bundle-manifest} + + + + + + maven-compiler-plugin + + 1.5 + 1.5 + UTF-8 + + + + + org.codehaus.mojo + clirr-maven-plugin + + + + + + + + org.codehaus.mojo + clirr-maven-plugin + ${clirr-version} + + ${jgit-last-release-version} + info + + + + + -- cgit v1.2.3