diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-05 08:10:18 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-05 08:12:33 -0500 |
commit | 7ed337600a48307f368849da028d772f06e387e0 (patch) | |
tree | a3ef490cf104853b9f5e1234875ff39a428fdb6b /mvn-phase-script.sh | |
parent | 2b3d24bd5b513a5842adb9250b1840f9047a6d55 (diff) |
Change CM plugin push location
1. change the wagon and type file push location to a path
reflecting the release and version numbers
2. wagon create with -r
3. update the local mvn-phase-script to use local mvn-phase-lib
Issue-ID: DCAEGEN2-206
Change-Id: Ib86ddab54e17128f893fa41f09c65ea93b800323
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 29290ca..7d432af 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -36,11 +36,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} set +e -if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ - "$MVN_RAWREPO_BASEURL_DOWNLOAD"/org.onap.dcaegen2.utils/releases/scripts/mvn-phase-lib.sh; then - cp "${PROJECT_ROOT}"/scripts/mvn-phase-lib.sh "${PROJECT_ROOT}/mvn-phase-lib.sh" -fi -source "${PROJECT_ROOT}"/mvn-phase-lib.sh +source "${PROJECT_ROOT}"/scripts/mvn-phase-lib.sh # This is the base for where "deploy" will upload |