From 06cf610fb75003a63f2c27ceff9f15071c9ba789 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 20 Mar 2019 09:29:07 +0100 Subject: [PATCH] Added deploy plugin to aws custom sample --- .../function-sample-aws-custom/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml index a252504ad..2d60638a7 100644 --- a/spring-cloud-function-samples/function-sample-aws-custom/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-custom/pom.xml @@ -89,6 +89,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.springframework.boot spring-boot-maven-plugin