diff options
author | Vijay <vv770d@att.com> | 2017-09-12 20:51:23 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-09-13 03:35:24 +0000 |
commit | 6098325c5bd53dd1a483b3d082e1872dd6e7cef5 (patch) | |
tree | 1964a5eea873f107ee192be70315cd3867bc404a | |
parent | aad6210043e4eae1879ac8f611c8531a1a3271d9 (diff) |
remove license plugin and sonar proj name
Change-Id: I1605d96395f964edc648d9a4b9ec4c088607ed4d
Signed-off-by: Vijay <vv770d@att.com>
Issue-Id: DCAEGEN2-70,DCAEGEN2-73
Signed-off-by: Vijay <vv770d@att.com>
-rw-r--r-- | docker-build.sh | 2 | ||||
-rw-r--r-- | 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'.') @@ -10,7 +10,7 @@ <groupId>org.onap.dcaegen2.collectors.ves</groupId> <artifactId>VESCollector</artifactId> <version>1.1.4-SNAPSHOT</version> - <name>VESCollector</name> + <name>dcaegen2-collectors-ves</name> <description>VESCollector</description> <properties> @@ -20,7 +20,6 @@ <surefire.plugin.version>2.19.1</surefire.plugin.version> <surefire.report.plugin.version>2.19.1</surefire.report.plugin.version> <failsafe.plugin.version>2.19.1</failsafe.plugin.version> - <sonar.plugin.version>3.2</sonar.plugin.version> <pmd.plugin.version>3.5</pmd.plugin.version> <jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version> <findbugs.plugin.version>3.0.2</findbugs.plugin.version> @@ -47,7 +46,6 @@ <jacoco.ut.execution.data.file>${project.build.directory}/coverage-reports/jacoco-ut.exec </jacoco.ut.execution.data.file> <dependency.locations.enabled>false</dependency.locations.enabled> - <!-- <sonar.host.url>http://localhost:9000</sonar.host.url> --> <!-- <maven.test.skip>true</maven.test.skip> --> <nexusproxy>https://nexus.onap.org</nexusproxy> @@ -274,49 +272,6 @@ </executions> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - <version>1.10</version> - <configuration> - <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage> - <processStartTag>============LICENSE_START=======================================================</processStartTag> - <processEndTag>============LICENSE_END=========================================================</processEndTag> - <sectionDelimiter>================================================================================</sectionDelimiter> - <licenseName>apache_v2</licenseName> - <inceptionYear>2017</inceptionYear> - <organizationName>AT&T Intellectual Property. All rights - reserved.</organizationName> - <projectName>PROJECT</projectName> - <canUpdateCopyright>true</canUpdateCopyright> - <canUpdateDescription>true</canUpdateDescription> - <canUpdateLicense>true</canUpdateLicense> - <emptyLineAfterHeader>true</emptyLineAfterHeader> - </configuration> - <executions> - <execution> - <id>first</id> - <goals> - <goal>update-file-header</goal> - </goals> - <phase>process-sources</phase> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.6</version> - <dependencies> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <version>2.10</version> - </dependency> - </dependencies> - </plugin> - - <!-- MAVEN JAVADOC PLUGIN --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -346,19 +301,6 @@ </plugin> - <!-- SONAR PLUGIN --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>sonar-maven-plugin</artifactId> - <version>${sonar.plugin.version}</version> - </plugin> - - <!-- DEPLOY PLUGIN --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>${deploy.plugin.version}</version> - </plugin> <!-- JACOCO CODE COVERAGE PLUGIN --> <plugin> <groupId>org.jacoco</groupId> @@ -528,14 +470,6 @@ </environmentVariables> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0-M1</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </pluginManagement> @@ -565,10 +499,6 @@ </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - </plugin> - <plugin> <groupId>com.blackducksoftware.integration</groupId> <artifactId>hub-maven-plugin</artifactId> </plugin> @@ -592,26 +522,10 @@ <artifactId>maven-assembly-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - </plugin> - <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <serverId>ecomp-staging</serverId> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - </configuration> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |