From 88b516258f3082321f974d23716a0c0eb6aeba8b Mon Sep 17 00:00:00 2001 From: Olga MaciaszekSharma Date: Wed, 22 Sep 2021 12:42:26 +0200 Subject: [PATCH] Add central profile to releaser build command. --- scripts/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index bdc887d9..3809e4c7 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -./mvnw clean install -B -Pdocs ${@} +./mvnw clean install -B -Pdocs,central ${@} cd spring-cloud-kubernetes-integration-tests ./run.sh ${@}