X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=pom.xml;h=660e87e7f9c635635b0cc6d0b7370295e8da23e9;hp=c615114d310590eb225c3538ffa6f6b87faf8267;hb=cc7dca9a21765dca0ba336f27659a3852f6a15d9;hpb=42f82aadb12d017378ac9fa5cb11722191a548f0 diff --git a/pom.xml b/pom.xml index c615114d3..660e87e7f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,22 @@ + 4.0.0 @@ -5,32 +24,53 @@ org.onap.oparent oparent - 0.1.1 + 1.1.0 org.onap.policy.engine PolicyEngineSuite - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom policy-engine The ONAP Policy Engine main pom - UTF-8 - - 9.2.3.v20140905 + 1.8 1.8 UTF-8 - - 1.1.0-SNAPSHOT + 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 + + + 1.4.186 + + + + + 9.2.3.v20140905 + 1.1.3 + 4.5.5 + 2.9.4 + 1.3.3 @@ -88,6 +128,17 @@ + + + + com.h2database + h2 + ${h2.version} + test + + + + @@ -105,6 +156,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 @@ -187,6 +264,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