X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=pom.xml;h=b31f72584947be161f4aca7ddf599ae1f3c3dab9;hp=6a3f947b6c12c7ada9b31d76025f746a7c87ea42;hb=9b57ecb9bfbf50d3c38e390fb61b7efd05fa049e;hpb=29596e4cba9a7532569a05062fba5280b504070b diff --git a/pom.xml b/pom.xml index 6a3f947b6..b31f72584 100644 --- a/pom.xml +++ b/pom.xml @@ -1,52 +1,73 @@ + 4.0.0 - org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.1.0 - org.onap.policy.engine PolicyEngineSuite - 1.1.0-SNAPSHOT + 1.3.0-SNAPSHOT pom - Policy Engine - Policy Engine Suite - + policy-engine The ONAP Policy Engine main pom - - UTF-8 - - 9.2.3.v20140905 + 1.8 1.8 UTF-8 - - java - jacoco - ${project.build.directory}/surefire-reports - ${project.build.directory}/coverage-reports/jacoco.exec - /opt/app/policy/it-results/jacoco-it.exec - true - ${project.version} - 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 + PolicyEngineUtils ONAP-XACML ONAP-REST - ONAP-ASDC - ONAP-ControlloopPolicy PolicyEngineAPI ONAP-PDP ONAP-PDP-REST @@ -58,7 +79,6 @@ ONAP-SDK-APP packages - ecomp-releases @@ -75,7 +95,6 @@ dav:${nexusproxy}${sitePath} - @@ -96,9 +115,17 @@ - + + + + com.h2database + h2 + ${h2.version} + test + + + - javax.servlet javax.servlet-api @@ -110,14 +137,88 @@ xml-apis 1.3.03 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + junit + junit + 4.12 + test + + + org.springframework + spring-mock + 2.0.8 + test + + + com.mockrunner + mockrunner + 0.3.1 + test + + + + org.powermock + powermock-api-mockito + 1.7.3 + test + + + org.powermock + powermock-module-junit4 + 1.7.3 + test + + + + org.mockito + mockito-all + 1.10.19 + test + + + org.easymock + easymock + 3.1 + test + - + + 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 - 1.6.7 true ${nexusproxy} @@ -128,7 +229,6 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8 @@ -136,7 +236,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 org.apache.maven.plugins @@ -171,7 +270,6 @@ - org.eclipse.jetty jetty-maven-plugin @@ -185,32 +283,9 @@ sca-maven-plugin 4.20 - - org.jacoco - jacoco-maven-plugin - 0.7.6.201602180812 - - true - - org.onap.* - - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - org.apache.maven.plugins maven-site-plugin - 3.6 org.apache.maven.wagon @@ -220,5 +295,73 @@ + + + + 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 + 1.0.0 + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17,) + + check + + + + + + + + + + + +