Files
spring-data-couchbase/ci/build.sh
2019-02-28 10:36:41 -06:00

16 lines
430 B
Bash
Executable File

#!/usr/bin/env sh
set -euo pipefail
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
spring_data_couchbase_artifactory=$(pwd)/spring-data-couchbase-artifactory
rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || :
cd spring-data-couchbase-github
./mvnw deploy \
-Dmaven.test.skip=true \
-DaltDeploymentRepository=distribution::default::file://${spring_data_couchbase_artifactory}