From: Aaron Hay Date: Mon, 12 Nov 2018 14:29:23 +0000 (-0500) Subject: Update maven for aaf-shiro-aafrealm-osgi-bundle X-Git-Tag: 1.4.4~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F72428%2F1;p=appc%2Fdeployment.git Update maven for aaf-shiro-aafrealm-osgi-bundle Change-Id: I856b85ccb2936e329eb7941a2683dcffdbc0c462 Issue-ID: APPC-1235 Signed-off-by: Aaron Hay --- diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index dc7e506..1bb1495 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -136,8 +136,8 @@ mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -D mv ${targetDir}/data/dg-loader-provider-*-jar-with-dependencies.jar ${targetDir}/data/dg-loader-provider-jar-with-dependencies.jar echo "Downloading aaf-cadi-shiro from nexus" -mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.aaf.cadi:aaf-cadi-shiro:${AAF_SHIRO_VERSION} -DoutputDirectory=${targetDir}/data -mv ${targetDir}/data/aaf-cadi-shiro-*.jar ${targetDir}/data/aaf-shiro-aafrealm-osgi-bundle.jar +mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.aaf.cadi:aaf-shiro-aafrealm-osgi-bundle:${AAF_SHIRO_VERSION} -DoutputDirectory=${targetDir}/data +mv ${targetDir}/data/aaf-shiro-aafrealm-osgi-bundle-*.jar ${targetDir}/data/aaf-shiro-aafrealm-osgi-bundle.jar echo "Setting keyfile to readonly" chmod 400 ${targetDir}/data/stores/org.onap.appc.keyfile