X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=660e87e7f9c635635b0cc6d0b7370295e8da23e9;hb=82b62ca5dd3ae30aab7999b5959e1c07eb1d3d1f;hp=0eb2f430218066c2483c18b3366cd2df44abba4d;hpb=775f45908025e46a40c9c147fca2066af5c8c5b8;p=policy%2Fengine.git diff --git a/pom.xml b/pom.xml index 0eb2f4302..660e87e7f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,22 @@ + 4.0.0 @@ -5,7 +24,7 @@ org.onap.oparent oparent - 0.1.1 + 1.1.0 @@ -18,19 +37,40 @@ 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/ - 1.0.0 + + + + ${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 @@ -67,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/ - - - - @@ -113,6 +128,17 @@ + + + + com.h2database + h2 + ${h2.version} + test + + + + @@ -130,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 @@ -212,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