From a6f3e28f8ff1aa49f890ab4025f7d7c72e5b8fa3 Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Fri, 8 Sep 2017 17:41:32 +0200 Subject: [PATCH] Disable building docs (incl javadocs) by default --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2ac9e82a..02d4c07b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,6 @@ spring-shell-jcommander-adapter spring-shell-shell1-adapter spring-shell-starter - spring-shell-docs spring-shell-table @@ -252,5 +251,17 @@ spring-shell-samples + + + full + + + env.BUILD_DOCS + + + + spring-shell-docs + +