X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=33f9c4ceef47845f8693be4ea9ac34b61420a5cb;hb=f36850d62ae77760daef9972a3c31042ad19480d;hp=aa1e08fb991832ff63687193b643d3d2cf161eea;hpb=1a08a422414090d30d2ce1901c1e34d4965a3808;p=policy%2Fengine.git diff --git a/pom.xml b/pom.xml index aa1e08fb9..33f9c4cee 100644 --- a/pom.xml +++ b/pom.xml @@ -37,18 +37,27 @@ The ONAP Policy Engine main pom - UTF-8 - - 9.2.3.v20140905 + 1.8 1.8 UTF-8 - + UTF-8 + https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} content/repositories/releases/ content/repositories/snapshots/ content/repositories/staging/ + + + + ${project.basedir}/../target/code-coverage/jacoco-ut.exec + ${project.basedir}/../target/code-coverage/jacoco-it.exec + reuseReports + + + 9.2.3.v20140905 1.0.0 4.5.5 2.9.4 @@ -152,6 +161,32 @@ + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${sonar.jacoco.reportPath} + true + + + + post-unit-test + test + + report + + + ${sonar.jacoco.reportPath} + + + + org.sonatype.plugins nexus-staging-maven-plugin @@ -234,6 +269,46 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + pre-unit-test + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + + post-unit-test + test + + report + + + ${sonar.jacoco.reportPath} + + + + org.eclipse.m2e lifecycle-mapping