X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fesr-server.git;a=blobdiff_plain;f=pom.xml;h=01ecb7deed086a8cf5ac95f183a6373701b8337b;hp=f1f03f8af1050867f9208d26959f56d0bb0918b7;hb=4a0582e8159c695ffc7abad3366fc4d25de14fc7;hpb=4012588c39bb4ce7aece8c1578f7cbe5416c2005 diff --git a/pom.xml b/pom.xml index f1f03f8..01ecb7d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,14 +21,14 @@ org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai.esr-server aai-esr-server pom - 1.2.2-SNAPSHOT + 1.5.2-SNAPSHOT aai-esr-server esr-mgr @@ -42,8 +42,23 @@ 5.0 2.2.4 4.10 - 9.4.11.v20180605 - 1.9.4 + 9.4.22.v20191022 + 1.10.5 + + + + + + 0.75 + 0.8.5 + 3.2 + jacoco + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + 3.7.0.1746 + + @@ -301,5 +316,154 @@ + + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + org/onap/aai/babel/xml/generator/xsd/* + + + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + failsafeArgLine + + + + + post-integration-test + post-integration-test + + report + + + + ${project.build.directory}/code-coverage/jacoco-it.exec + + ${project.reporting.outputDirectory}/jacoco-it + + + + default-check + + check + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + + + BUNDLE + + + LINE + COVEREDRATIO + ${jacoco.line.coverage.limit} + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M4 + + + ${surefireArgLine} + + + **/IT*.java + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M4 + + + + integration-tests + + integration-test + verify + + + + ${failsafeArgLine} + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar.scanner.version} + + + +