From 405299a95a1f7e7aa5966e643d93b2ce82cd6cf3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 28 Jul 2016 10:40:17 -0700 Subject: [PATCH] Generate empty spring-boot-docs jar Update spring-boot-docs so that an empty jar file is produced. The code is only needed for documentation includes and if included in the deployed jar seems to prevent promotion to Maven Central. Fixes gh-6495 --- spring-boot-docs/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index f347ef3c015..32ab1a5504a 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -731,6 +731,19 @@ true + + + + org.apache.maven.plugins + maven-jar-plugin + + + ** + + + + + full