#!/usr/bin/env bash set -e ./mvnw clean install -B -Pdocs,central ${@} cd spring-cloud-kubernetes-integration-tests ./run.sh ${@}