From 7d0f8154046fdd318dfa02987ded20ddddff1c7b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 13 Feb 2015 13:48:39 +0000 Subject: [PATCH] Switch off deploy plugin --- turbine/pom.xml | 7 +++++++ zuul-proxy-eureka/pom.xml | 7 +++++++ zuul-proxy/pom.xml | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/turbine/pom.xml b/turbine/pom.xml index 29d8450..940ef71 100644 --- a/turbine/pom.xml +++ b/turbine/pom.xml @@ -64,6 +64,13 @@ org.springframework.boot spring-boot-maven-plugin + + + maven-deploy-plugin + + true + + diff --git a/zuul-proxy-eureka/pom.xml b/zuul-proxy-eureka/pom.xml index aa5a52d..13866a2 100644 --- a/zuul-proxy-eureka/pom.xml +++ b/zuul-proxy-eureka/pom.xml @@ -58,6 +58,13 @@ org.springframework.boot spring-boot-maven-plugin + + + maven-deploy-plugin + + true + + diff --git a/zuul-proxy/pom.xml b/zuul-proxy/pom.xml index 012b011..24072a1 100644 --- a/zuul-proxy/pom.xml +++ b/zuul-proxy/pom.xml @@ -54,6 +54,13 @@ org.springframework.boot spring-boot-maven-plugin + + + maven-deploy-plugin + + true + +