From 8753aa96b1ee54b5fcc9e233073db5795740304e Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Thu, 10 Aug 2017 11:21:00 +0200 Subject: [PATCH] Allow not to build samples --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 82ec2e8c..40c55253 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,6 @@ spring-shell-standard spring-shell-standard-commands spring-shell-jcommander-adapter - spring-shell-samples spring-shell-shell1-adapter spring-shell-starter @@ -191,5 +190,17 @@ + + + samples + + + !env.DISABLE_SAMPLES + + + + spring-shell-samples + +