From: platania Date: Mon, 20 Feb 2017 14:46:34 +0000 (-0500) Subject: Add deploy and install plugin versions X-Git-Tag: 1.0.0-Amsterdam~407 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=e4a8f92f825d28ec3f03834ec293ef12c57419dc Add deploy and install plugin versions Change-Id: If1efa47f7bb5ff70ce22e3d2c4bb54db08c39780 Signed-off-by: platania --- diff --git a/.DS_Store b/.DS_Store index 4627795c..e43f3293 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/pom.xml b/pom.xml index 4b361cab..533f06d1 100755 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ - + vnfs/honeycomb_plugin/sample_plugin vnfs/vFW/pg_streams vnfs/vLB/dns_streams vnfs/vLB/DNSClient @@ -29,6 +29,7 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 true @@ -36,6 +37,7 @@ org.apache.maven.plugins maven-install-plugin + 2.5.2 true diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 94a98965..0dd0524e 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -24,20 +24,16 @@ echo "machine nexus.openecomp.org login ${USER} password ${PASS}" > "${NETRC}" ##### Upload scripts into Nexus raw repository ##### cd $PATH_TO_BOOT -#ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$BOOT_GROUP_ID/$VERSION/{} -ls | xargs -I{} curl -k -v -u $USER:$PASS --upload-file {} $REPO_URL/$BOOT_GROUP_ID/$VERSION/{} +ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$BOOT_GROUP_ID/$VERSION/{} cd $PATH_TO_HEAT -#ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$HEAT_GROUP_ID/$VERSION/{} -ls | xargs -I{} curl -k -v -u $USER:$PASS --upload-file {} $REPO_URL/$HEAT_GROUP_ID/$VERSION/{} +ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$HEAT_GROUP_ID/$VERSION/{} cd $PATH_TO_VFW -#ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$VFW_GROUP_ID/$VERSION/{} -ls | xargs -I{} curl -k -v -u $USER:$PASS --upload-file {} $REPO_URL/$VFW_GROUP_ID/$VERSION/{} +ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$VFW_GROUP_ID/$VERSION/{} cd $PATH_TO_VLB -#ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$VLB_GROUP_ID/$VERSION/{} -ls | xargs -I{} curl -k -v -u $USER:$PASS --upload-file {} $REPO_URL/$VLB_GROUP_ID/$VERSION/{} +ls | xargs -I{} curl -vk --netrc-file "${NETRC}" --upload-file {} $REPO_URL/$VLB_GROUP_ID/$VERSION/{} #################################################### ########## Clean up ########## diff --git a/vnfs/.DS_Store b/vnfs/.DS_Store index 2f3daafe..c4de1313 100644 Binary files a/vnfs/.DS_Store and b/vnfs/.DS_Store differ diff --git a/vnfs/VES/pom.xml b/vnfs/VES/pom.xml index da8d0ea4..2c103a30 100644 --- a/vnfs/VES/pom.xml +++ b/vnfs/VES/pom.xml @@ -17,6 +17,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -45,24 +46,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/VESreporting_vFW/pom.xml b/vnfs/VESreporting_vFW/pom.xml index c1fb551f..9e712e5d 100644 --- a/vnfs/VESreporting_vFW/pom.xml +++ b/vnfs/VESreporting_vFW/pom.xml @@ -16,6 +16,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -43,24 +44,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/VESreporting_vLB/pom.xml b/vnfs/VESreporting_vLB/pom.xml index 51e93976..69c91789 100644 --- a/vnfs/VESreporting_vLB/pom.xml +++ b/vnfs/VESreporting_vLB/pom.xml @@ -16,6 +16,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -43,24 +44,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/honeycomb_plugin/.DS_Store b/vnfs/honeycomb_plugin/.DS_Store index 5bdc9e5a..6febf681 100644 Binary files a/vnfs/honeycomb_plugin/.DS_Store and b/vnfs/honeycomb_plugin/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store index 0c92e6f3..3c79254d 100644 Binary files a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store and b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store new file mode 100644 index 00000000..5d56db6b Binary files /dev/null and b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index cb3903a9..352d4476 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -226,21 +226,6 @@ done - - - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/honeycomb_plugin/sample_plugin/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/pom.xml index 8702d240..40a792b4 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/pom.xml @@ -53,18 +53,6 @@ true - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - diff --git a/vnfs/vFW/.DS_Store b/vnfs/vFW/.DS_Store index 7ada677e..97cfa332 100644 Binary files a/vnfs/vFW/.DS_Store and b/vnfs/vFW/.DS_Store differ diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index 9c505ab8..e3f707cd 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -17,6 +17,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -44,24 +45,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/vLB/.DS_Store b/vnfs/vLB/.DS_Store index 6f9c5d55..17638039 100644 Binary files a/vnfs/vLB/.DS_Store and b/vnfs/vLB/.DS_Store differ diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml index 3084f9c3..6c31f4c8 100644 --- a/vnfs/vLB/DNSClient/pom.xml +++ b/vnfs/vLB/DNSClient/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - org.openecomp.demo.vnf.vlb + org.openecomp.demo.vnf.lb dns-client DNS Client jar @@ -31,6 +31,7 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false @@ -39,24 +40,11 @@ org.apache.maven.plugins maven-install-plugin + 2.5.2 false - - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/vLB/DNSManager/pom.xml b/vnfs/vLB/DNSManager/pom.xml index 17f3b143..be2c52d0 100644 --- a/vnfs/vLB/DNSManager/pom.xml +++ b/vnfs/vLB/DNSManager/pom.xml @@ -8,7 +8,7 @@ 4.0.0 - org.openecomp.demo.vnf.vlb + org.openecomp.demo.vnf.lb dns-manager DNS Manager jar @@ -31,6 +31,7 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false @@ -39,24 +40,11 @@ org.apache.maven.plugins maven-install-plugin + 2.5.2 false - - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - - - diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml index 86a18781..5df7763e 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -17,6 +17,7 @@ maven-jar-plugin + 2.3.2 default-jar @@ -45,23 +46,12 @@ org.apache.maven.plugins maven-deploy-plugin + 2.8.1 false - - org.codehaus.mojo - exec-maven-plugin - - true - - - - none - - -