Files
spring-cloud-bindings/scripts/deploy.sh
Ben Hale 4e37346e2d CI
This change contributes the CI scripts required to build and release the
project.

Signed-off-by: Ben Hale <bhale@vmware.com>
2020-07-01 14:38:15 -07:00

12 lines
270 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
[[ -d "${PWD}"/maven && ! -d "${HOME}"/.m2 ]] && ln -s "${PWD}"/maven "${HOME}"/.m2
REPOSITORY="${PWD}"/repository
cd source
./mvnw deploy -Dmaven.test.skip=true -DaltDeploymentRepository="local::default::file://${REPOSITORY}"