From 27f1fb668f09bccf7c506f51f16d70d04ec8a240 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 1 Apr 2019 01:30:44 +0200 Subject: Add missing source bundles and add them to a single source feature Add missing source bundles for - org.eclipse.jgit.ant - org.eclipse.jgit.archive - org.eclipse.jgit.http.apache - org.eclipse.jgit.http.server - org.eclipse.jgit.junit - org.eclipse.jgit.junit.http - org.eclipse.jgit.junit.ssh - org.eclipse.jgit.lfs - org.eclipse.jgit.lfs.server - org.eclipse.jgit.ui Combine all source bundles into a single source feature org.eclipse.jgit.source and delete the other source features. Ensure all bundles are added to the jgit p2 repository. Change-Id: I56785f49c940b79f41f763c26e63a4a820ed7cce Signed-off-by: Matthias Sohn --- org.eclipse.jgit.http.apache/pom.xml | 159 ++++++++++++++++++++++------------- 1 file changed, 101 insertions(+), 58 deletions(-) (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 index 972bdfc1b9..5d1b386fb0 100644 --- a/org.eclipse.jgit.http.apache/pom.xml +++ b/org.eclipse.jgit.http.apache/pom.xml @@ -45,64 +45,107 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - - org.eclipse.jgit - org.eclipse.jgit-parent - 5.4.0-SNAPSHOT - + + org.eclipse.jgit + org.eclipse.jgit-parent + 5.4.0-SNAPSHOT + - org.eclipse.jgit.http.apache - JGit - Apache httpclient based HTTP support + org.eclipse.jgit.http.apache + JGit - Apache httpclient based HTTP support - + Apache httpclient based HTTP support - - - - - - - - - org.eclipse.jgit - org.eclipse.jgit - ${project.version} - - - org.apache.httpcomponents - httpclient - - - org.apache.httpcomponents - httpcore - - - - - src/ - - - - . - - plugin.properties - about.html - - - - resources/ - - - - - - maven-jar-plugin - - - ${bundle-manifest} - - - + + + + + ${project.build.directory}/META-INF/SOURCE-MANIFEST.MF + + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + + org.apache.httpcomponents + httpclient + + + org.apache.httpcomponents + httpcore + + + + + src/ + + + + . + + plugin.properties + about.html + + + + resources/ + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + translate-source-qualifier + generate-resources + + + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-source-plugin + true + + + attach-sources + process-classes + + jar + + + + ${source-bundle-manifest} + + + + + + + + maven-jar-plugin + + + ${bundle-manifest} + + + com.github.siom79.japicmp @@ -145,10 +188,10 @@ - - + + - + com.github.siom79.japicmp -- cgit v1.2.3