From 310c9c1b71529a26a99f47852f5c566df8fbc909 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 13 Oct 2017 21:45:18 +0000 Subject: Add script upload to snapshots Issue-Id: DCAEGEN2-128 Change-Id: I90d456e43f0ad42f5b34c52476d7993ccc044ff1 Signed-off-by: Lusheng Ji --- mvn-phase-script.sh | 5 +++-- pom.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index ab823bf..5fa716a 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -45,8 +45,6 @@ if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ fi source "${PROJECT_ROOT}"/mvn-phase-lib.sh -cat "${PROJECT_ROOT}"/mvn-phase-lib.sh - # This is the base for where "deploy" will upload # MVN_NEXUSPROXY is set in the pom.xml @@ -97,6 +95,9 @@ test) package) echo "==> package phase script" case $MVN_PROJECT_MODULEID in + scripts) + upload_files_of_extension "sh" "$MVN_PROJECT_MODULEID" + ;; *) ;; esac diff --git a/pom.xml b/pom.xml index 2eddf1c..7afe47a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. http://maven.apache.org pom + scripts onap-dcae-cbs-docker-client onap-dcae-dcaepolicy-lib python-discovery-client -- cgit 1.2.3-korg