Files
spring-data-rest/ci/build.sh
2019-02-28 11:21:44 -06:00

16 lines
412 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_rest_artifactory=$(pwd)/spring-data-rest-artifactory
rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || :
cd spring-data-rest-github
./mvnw deploy \
-Dmaven.test.skip=true \
-DaltDeploymentRepository=distribution::default::file://${spring_data_rest_artifactory} \