X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=e82f498c854208235c9d24ab4a2311e69c1dfeb8;hb=f16e1eef7e30a9b64b4dc65fd2ebaa147526270b;hp=6fb864a309063be45c3a2107c803333935df8edd;hpb=9c74c5729c9a52268342e583d6493bb19df80aa6;p=appc.git diff --git a/pom.xml b/pom.xml index 6fb864a30..e82f498c8 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. pom org.onap.appc appc - 1.7.0-SNAPSHOT + 1.7.0 appc Construct the Application Controller component for the ECOMP project. 2015-07-20 @@ -67,11 +67,11 @@ limitations under the License. java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/code-coverage/jacoco-ut.exec - true + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + ${project.version} + reuseReports target/generated-sources/yang-gen-sal false @@ -123,6 +123,18 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + @@ -527,14 +539,50 @@ limitations under the License. build-helper-maven-plugin 1.9.1 - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + org.apache.maven.plugins @@ -621,8 +669,8 @@ limitations under the License. appc-adapters + appc-service-communicator appc-provider - appc-event-listener appc-sdc-listener appc-lifecycle-management appc-oam @@ -631,7 +679,7 @@ limitations under the License. appc-outbound appc-inbound appc-sequence-generator - + appc-client @@ -648,6 +696,7 @@ limitations under the License. appc-metric appc-dg appc-dg-util + services