From 8e2da45ce4b273d59d2cfb45c3c4ceb3b7d70ae4 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Fri, 4 Oct 2013 13:58:35 +0200 Subject: Fix gerrit-extension-api-X.Y-all-sources.jar The Maven artifact gerrit-extension-api-X.Y-all-sources.jar that should contain the sources of the gerrit-extension-api doesn't contain any source from the com.google.gerrit.extensions package. Configuring the Maven plugin 'maven-source-plugin' fixes this. Change-Id: I4493328a804b45ecd93d0dbf259397ab79182810 Signed-off-by: Edwin Kempin --- gerrit-extension-api/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gerrit-extension-api/pom.xml b/gerrit-extension-api/pom.xml index 956db5a621..d641a3be3b 100644 --- a/gerrit-extension-api/pom.xml +++ b/gerrit-extension-api/pom.xml @@ -51,6 +51,19 @@ limitations under the License. + + org.apache.maven.plugins + maven-source-plugin + + + bundle-sources + package + + jar + + + + org.apache.maven.plugins maven-shade-plugin -- cgit v1.2.3