diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 88 |
1 files changed, 1 insertions, 87 deletions
@@ -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> |