From 3136e49a6aece45c1496c10496ab04fec1b84a1f Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 16 Mar 2021 14:02:37 +0100 Subject: [PATCH] Add deploy plugin to Kotlin sample --- .../function-sample-kotlin-web/pom.xml | 7 +++++++ spring-cloud-function-samples/pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml index 3cedbc0d9..7ddac1cc4 100644 --- a/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml +++ b/spring-cloud-function-samples/function-sample-kotlin-web/pom.xml @@ -64,6 +64,13 @@ ${project.basedir}/src/main/kotlin ${project.basedir}/src/test/kotlin + + maven-deploy-plugin + 2.8.2 + + true + + org.springframework.boot spring-boot-maven-plugin diff --git a/spring-cloud-function-samples/pom.xml b/spring-cloud-function-samples/pom.xml index 106d633d9..703b29d2d 100644 --- a/spring-cloud-function-samples/pom.xml +++ b/spring-cloud-function-samples/pom.xml @@ -28,7 +28,7 @@ function-sample-cloudevent function-sample-cloudevent-stream function-sample-cloudevent-rsocket - + function-sample-kotlin-web