From 0be119eadd5f974e199435e8b187ec600f9868a4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 8 Oct 2017 16:57:58 -0700 Subject: [PATCH] Don't deploy spring-boot-test-support Fixes gh-10518 --- .../spring-boot-test-support/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml index 937a89f810..24bb58dc7a 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml @@ -13,6 +13,17 @@ ${basedir}/../../.. + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + +