From bff565387a2f4c0c50566a87c77699480217459d Mon Sep 17 00:00:00 2001 From: Vijay Date: Thu, 14 Sep 2017 00:23:11 +0000 Subject: update to fix junit and coverage Issue-Id:DCAEGEN2-82 Change-Id: Ib43e0e5caaf7be9c07df68faf68f0af7ceb3a595 Signed-off-by: Vijay --- pom.xml | 319 ++++++---------------------------------------------------------- 1 file changed, 27 insertions(+), 292 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5160bf85..fbbd3de0 100644 --- a/pom.xml +++ b/pom.xml @@ -2,11 +2,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.onap.oparent - oparent - 1.0.0-SNAPSHOT - + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + org.onap.dcaegen2.collectors.ves VESCollector 1.1.4-SNAPSHOT @@ -17,13 +17,6 @@ 1.7 1.7 ${project.basedir} - 2.19.1 - 2.19.1 - 2.19.1 - 3.5 - 0.7.7.201606060606 - 3.0.2 - 2.16 3.3 2.4 2.8 @@ -35,23 +28,13 @@ - - false - true - true - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - ${project.build.directory}/coverage-reports/jacoco-ut.exec - false - - https://nexus.onap.org - content/repositories/snapshots/ - content/repositories/releases/ - content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} + + https://nexus.onap.org + content/repositories/snapshots/ + content/repositories/releases/ + content/sites/site/org/onap/dcaegen2/collectors/ves/${project.artifactId}/${project.version} @@ -97,11 +80,8 @@ 1.0.10 - + org.slf4j @@ -189,68 +169,6 @@ - - - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs.plugin.version} - - Max - Low - true - - ${findbugs.failOnError} - - ${project.reporting.outputDirectory}/findbugs - ${project.reporting.outputDirectory}/findbugs - - - - - analyze-compile - compile - - check - - - - - - - - maven-assembly-plugin @@ -301,155 +219,6 @@ - - - org.jacoco - jacoco-maven-plugin - ${jacoco.plugin.version} - - - - - pre-unit-test - - prepare-agent - - - ${jacoco.ut.execution.data.file} - surefireArgLine - - - - - post-unit-test - test - - report - - - ${jacoco.ut.execution.data.file} - ${project.reporting.outputDirectory}/jacoco-ut - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${jacoco.it.execution.data.file} - failsafeArgLine - - - - - post-integration-test - post-integration-test - - report - - - ${jacoco.it.execution.data.file} - ${project.reporting.outputDirectory}/jacoco-it - - - - - - - org.apache.maven.plugins - maven-pmd-plugin - ${pmd.plugin.version} - - ${project.build.sourceEncoding} - ${compiler.target.version} - false - - ${pmd.violation.buildfail} - ${project.reporting.outputDirectory}/pmd - - - - pmd-check - - check - - - true - ${main.basedir}/pmd-exclude.properties - - - - cpd-check - - - - - true - - - - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${failsafe.plugin.version} - - - integration-tests - - integration-test - verify - - - ${skip.integration.tests} - - - ${failsafeArgLine} - - - - - - - - com.blackducksoftware.integration - hub-maven-plugin - 1.4.0 - false - - ${project.name} - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - org.codehaus.mojo exec-maven-plugin @@ -485,24 +254,7 @@ maven-jar-plugin - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - org.jacoco - jacoco-maven-plugin - - - - com.blackducksoftware.integration - hub-maven-plugin - - + org.apache.maven.plugins maven-source-plugin @@ -513,19 +265,10 @@ maven-javadoc-plugin - - org.apache.maven.plugins - maven-pmd-plugin - - maven-assembly-plugin - - org.codehaus.mojo @@ -545,6 +288,19 @@ + + install script + install + + exec + + + + __ + install + + + @@ -588,27 +344,6 @@ - - - + -- cgit 1.2.3-korg