DATACMNS-1462 - Polishing.

This commit is contained in:
Greg Turnquist
2019-02-27 17:12:05 -06:00
parent 77bdf0aebe
commit 63f8100a39
4 changed files with 11 additions and 11 deletions

View File

@@ -4,11 +4,11 @@ set -euo pipefail
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
spring_commons_artifactory=$(pwd)/spring-commons-artifactory
spring_data_commons_artifactory=$(pwd)/spring-data-commons-artifactory
rm -rf $HOME/.m2/repository/org/springframework/commons 2> /dev/null || :
rm -rf $HOME/.m2/repository/org/springframework/data/commons 2> /dev/null || :
cd spring-commons-github
cd spring-data-commons-github
./mvnw -Pdistribute -Dmaven.test.skip=true clean deploy \
-DaltDeploymentRepository=distribution::default::file://${spring_commons_artifactory}
-DaltDeploymentRepository=distribution::default::file://${spring_data_commons_artifactory}

View File

@@ -8,13 +8,13 @@ image_resource:
tag: 8-jdk
inputs:
- name: spring-commons-github
- name: spring-data-commons-github
outputs:
- name: spring-commons-artifactory
- name: spring-data-commons-artifactory
caches:
- path: maven
run:
path: spring-commons-github/ci/build.sh
path: spring-data-commons-github/ci/build.sh

View File

@@ -4,8 +4,8 @@ set -euo pipefail
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
rm -rf $HOME/.m2/repository/org/springframework/commons 2> /dev/null || :
rm -rf $HOME/.m2/repository/org/springframework/data/commons 2> /dev/null || :
cd spring-commons-github
cd spring-data-commons-github
./mvnw clean dependency:list test -P${PROFILE} -Dsort

View File

@@ -8,10 +8,10 @@ image_resource:
tag: 8-jdk
inputs:
- name: spring-commons-github
- name: spring-data-commons-github
caches:
- path: maven
run:
path: spring-commons-github/ci/test.sh
path: spring-data-commons-github/ci/test.sh