From 6098325c5bd53dd1a483b3d082e1872dd6e7cef5 Mon Sep 17 00:00:00 2001 From: Vijay Date: Tue, 12 Sep 2017 20:51:23 +0000 Subject: remove license plugin and sonar proj name Change-Id: I1605d96395f964edc648d9a4b9ec4c088607ed4d Signed-off-by: Vijay Issue-Id: DCAEGEN2-70,DCAEGEN2-73 Signed-off-by: Vijay --- docker-build.sh | 2 +- pom.xml | 88 +-------------------------------------------------------- 2 files changed, 2 insertions(+), 88 deletions(-) diff --git a/docker-build.sh b/docker-build.sh index 004cf76f..9f0b3926 100644 --- a/docker-build.sh +++ b/docker-build.sh @@ -91,7 +91,7 @@ cp -p ${APP_DIR}/Dockerfile ${STAGE}/Dockerfile # # build the docker image. tag and then push to the remote repo # -IMAGE='dcaegen2-ves-collector' +IMAGE='onap/dcaegen2-ves-collector' VERSION="${VERSION//[^0-9.]/}" VERSION2=$(echo "$VERSION" | cut -f1-2 -d'.') diff --git a/pom.xml b/pom.xml index 386f6adb..5160bf85 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.dcaegen2.collectors.ves VESCollector 1.1.4-SNAPSHOT - VESCollector + dcaegen2-collectors-ves VESCollector @@ -20,7 +20,6 @@ 2.19.1 2.19.1 2.19.1 - 3.2 3.5 0.7.7.201606060606 3.0.2 @@ -47,7 +46,6 @@ ${project.build.directory}/coverage-reports/jacoco-ut.exec false - https://nexus.onap.org @@ -274,49 +272,6 @@ - - org.codehaus.mojo - license-maven-plugin - 1.10 - - false - ============LICENSE_START======================================================= - ============LICENSE_END========================================================= - ================================================================================ - apache_v2 - 2017 - AT&T Intellectual Property. All rights - reserved. - PROJECT - true - true - true - true - - - - first - - update-file-header - - process-sources - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - org.apache.maven.plugins @@ -346,19 +301,6 @@ - - - org.codehaus.mojo - sonar-maven-plugin - ${sonar.plugin.version} - - - - - org.apache.maven.plugins - maven-deploy-plugin - ${deploy.plugin.version} - org.jacoco @@ -528,14 +470,6 @@ - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M1 - - true - - @@ -564,10 +498,6 @@ jacoco-maven-plugin - - org.apache.maven.plugins - maven-deploy-plugin - com.blackducksoftware.integration hub-maven-plugin @@ -592,26 +522,10 @@ maven-assembly-plugin - - org.apache.maven.plugins - maven-site-plugin - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ecomp-staging - ${nexusproxy} - 176c31dfe190a - - org.codehaus.mojo -- cgit 1.2.3-korg