X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=pom.xml;h=53388550ad0a09d4c8900cadabec0f0fac38481b;hp=d2285be643899dffaa98bf5af0a58aed0261b4c2;hb=51eb4945ce94e88c5f315ffe9469a9daa3512cd9;hpb=51c7ac7d8be19221ad2fce4c0f5d815bdb0f63a7 diff --git a/pom.xml b/pom.xml index d2285be64..53388550a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,22 @@ + 4.0.0 @@ -11,25 +30,47 @@ org.onap.policy.engine PolicyEngineSuite - 1.1.1-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 - + 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-SNAPSHOT + 4.5.5 + 2.9.4 + 1.3.3 @@ -66,31 +107,6 @@ - - - - ecomp-releases - Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-staging - Staging Repository - ${nexusproxy}/content/repositories/staging/ - - - ecomp-snapshots - Snapshots Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-public - Public Repository - ${nexusproxy}/content/repositories/public/ - - - - @@ -112,6 +128,17 @@ + + + + com.h2database + h2 + ${h2.version} + test + + + + @@ -129,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 @@ -211,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