From bd67a55485e0a151e4dae305165abab7e3ccf6cd Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 30 Oct 2017 12:00:38 -0700 Subject: Updating dg-loader jar download Change-Id: I78141c7b8663dab68cca1b0d34737d73043096ea Signed-off-by: Patrick Brady Issue-id: APPC-287 --- installation/appc/src/main/scripts/installZips.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'installation') 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 -- cgit 1.2.3-korg