From 4c8a209c89e4f08de06ce304491f9da008ffb7c0 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 27 May 2020 16:43:13 +0200 Subject: [PATCH] Add deployment configuration to GCP background --- .../function-sample-gcp-background/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-cloud-function-samples/function-sample-gcp-background/pom.xml b/spring-cloud-function-samples/function-sample-gcp-background/pom.xml index c9ba1efb5..0629b3122 100644 --- a/spring-cloud-function-samples/function-sample-gcp-background/pom.xml +++ b/spring-cloud-function-samples/function-sample-gcp-background/pom.xml @@ -29,6 +29,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.springframework.boot spring-boot-maven-plugin