aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-30 12:00:38 -0700
committerPatrick Brady <pb071s@att.com>2017-10-30 13:19:14 -0700
commitbd67a55485e0a151e4dae305165abab7e3ccf6cd (patch)
tree24fa0b504d3da4f06b11004e780609301081b493 /installation
parenta014eae4c957729b8578043df73a68456d63ae60 (diff)
Updating dg-loader jar download
Change-Id: I78141c7b8663dab68cca1b0d34737d73043096ea Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-287
Diffstat (limited to 'installation')
-rw-r--r--installation/appc/src/main/scripts/installZips.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh
index 7d2f47d..51ae99c 100644
--- a/installation/appc/src/main/scripts/installZips.sh
+++ b/installation/appc/src/main/scripts/installZips.sh
@@ -94,6 +94,10 @@ rm -f /tmp/platform-logic-installer*.zip
mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.openecomp.appc.deployment:platform-logic-installer:${APPC_OAM_VERSION}:zip -DoutputDirectory=/tmp -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.ssl.insecure=true
unzip -d ${targetDir} /tmp/platform-logic-installer*.zip
+echo "Downloading dg-loader-provider jar from nexus"
+mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.openecomp.appc.plugins:dg-loader-provider:1.1.0:jar:jar-with-dependencies -DoutputDirectory=${targetDir}/data
+mv ${targetDir}/data/dg-loader-provider-*-jar-with-dependencies.jar ${targetDir}/data/dg-loader-provider-jar-with-dependencies.jar
+
find ${targetDir} -name '*.sh' -exec chmod +x '{}' \;
cd $cwd