diff options
author | Patrick Brady <pb071s@att.com> | 2018-04-24 17:40:36 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-04-24 17:40:40 -0700 |
commit | 4fb3b6ba55a46a0065340d9be9e4525091f47d45 (patch) | |
tree | 6f6adaf20cffa8e5a9ff47f8f1c44f82258b1b3f /installation | |
parent | e0c40e9818525ba2f3c66d247960f9b6ab5f3dad (diff) |
Fix aaf jar groupid
Change-Id: I7730a67ecf34f4ff88906b07541d428cd70b7962
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: AAF-250
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/src/main/scripts/installZips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index 359473b..ec5faab 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -120,7 +120,7 @@ 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.authz.cadi:aaf-shiro-aafrealm-osgi-bundle:${AAF_SHIRO_VERSION} -DoutputDirectory=${targetDir}/data +mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.aaf.authz: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 find ${targetDir} -name '*.sh' -exec chmod +x '{}' \; |