From: Venkata Harish K Kajur Date: Mon, 27 Feb 2017 17:34:26 +0000 (+0000) Subject: Fix jacoco not found issue X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aa05c3172e27a82c977371954db6f507351506bf;p=aai%2Faai-service.git Fix jacoco not found issue Change-Id: I64478b0035a43206a85318ba1c5d9dcec9dff8db Signed-off-by: Venkata Harish K Kajur --- diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml index 63cdf5e..0bf6c6d 100644 --- a/ajsc-aai/pom.xml +++ b/ajsc-aai/pom.xml @@ -15,6 +15,12 @@ UTF-8 UTF-8 false + + ${basedir}/target/jacoco.exec + java + true + jacoco + reuseReports @@ -342,6 +348,15 @@ aai + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.0.2 + + + org.apache.maven.plugins @@ -381,8 +396,10 @@ ${basedir}/target/commonLibs false + *.jar + @@ -407,6 +424,31 @@ true + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + org.openecomp.* + + + + + + ${sonar.jacoco.reportPath} + + pre-test + process-test-classes + + prepare-agent + + + + + org.jvnet.jaxb2.maven2 maven-jaxb2-plugin @@ -567,7 +609,7 @@ false 1 -javaagent:${project.build.directory}/agents/powermock-javaagent.jar - -noverify + -noverify ${argLine} . bundleconfig-local