From f768ac909e373886bb7e3734ae785d25d8507308 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 2 Dec 2016 11:50:31 +0100 Subject: [PATCH] build: generate empty sources and javadoc jars for shaded artifact to comply with maven central deploy --- sonar-plugin-api-deps/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 96a11fc63df..cc83c5a9526 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -166,6 +166,32 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + empty-javadoc-jar + package + + jar + + + javadoc + + + + empty-sources-jar + package + + jar + + + sources + + + + -- 2.39.5