X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fscripts%2FinstallZips.sh;fp=installation%2Fappc%2Fsrc%2Fmain%2Fscripts%2FinstallZips.sh;h=4b826eca1a57c506074549b9fe65f116b1846d79;hb=cd7cdd93cc3721fe6ef0c4222ea7a633395a2be6;hp=daf2b9ab8770f248cf5076e9756577b9e23bf0af;hpb=7f4b866604912535b5a3a073583ecbe44967853e;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index daf2b9a..4b826ec 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -46,12 +46,10 @@ APPC_FEATURES=" \ appc-sdc-listener \ appc-lifecycle-management \ appc-provider \ - appc-event-listener \ appc-dispatcher \ appc-chef-adapter \ appc-netconf-adapter \ appc-rest-adapter \ - appc-dmaap-adapter \ appc-dg-util \ appc-metric \ appc-dg-shared \ @@ -70,7 +68,8 @@ APPC_FEATURES=" \ appc-aai-client \ appc-network-inventory-client \ appc-design-services \ - appc-interfaces-service" + appc-interfaces-service \ + appc-service-communicator" APPC_VERSION=${APPC_VERSION:-0.0.1} @@ -131,6 +130,10 @@ echo "Downloading CDT Proxy Jar from nexus" mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.appc.cdt:cdt-proxy-service:${APPC_CDT_VERSION} -DoutputDirectory=${targetDir}/cdt-proxy-service mv ${targetDir}/cdt-proxy-service/cdt-proxy-service-*.jar ${targetDir}/cdt-proxy-service/cdt-proxy-service.jar +echo "Downloading Dmaap Service Jar from nexus" +mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.appc.services.dmaap:dmaap-event-service:1.7.0-SNAPSHOT -DoutputDirectory=${targetDir}/dmaap-event-service +mv ${targetDir}/dmaap-event-service/dmaap-event-service-*.jar ${targetDir}/dmaap-event-service/dmaap-event-service.jar + find ${targetDir} -name '*.sh' -exec chmod +x '{}' \; cd $cwd