X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=745615cc27e1dab70eb64a3b97ab23628520347c;hb=b285db3aa9b126ed7856d3dc8a74aa1795ea256c;hp=2ecb68d71cdb204fa731513631b29f614b0ed654;hpb=a8698f03b33966eb9f953a4281c8344ae2c3de0e;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index 2ecb68d..745615c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,14 +26,14 @@ org.onap.oparent oparent - 2.0.0 + 2.1.0 org.onap.aai.model-loader model-loader aai-model-loader - 1.5.0-SNAPSHOT + 1.6.2-SNAPSHOT @@ -51,11 +51,11 @@ org.onap.aai.modelloader.service.ModelLoaderApplication https://nexus.onap.org ${basedir}/target - 2.1.6.RELEASE - 1.1 - 1.18 + 2.1.12.RELEASE + 1.8 + 1.19 1.3 - 1.3.1 + 1.6.2 1.2.1 1.3.0 1.2.3 @@ -68,9 +68,20 @@ 1.6.0 yyyyMMdd'T'HHmmss'Z' - - ${project.build.directory}/code-coverage - 0.80 + + + + + + 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 + @@ -424,34 +435,153 @@ + + + - org.jacoco - jacoco-maven-plugin - - - default-check - - check - - - ${jacoco.report.directory}/jacoco-ut.exec - - - - BUNDLE - - - LINE - COVEREDRATIO - ${jacoco.line.coverage.limit} - - - - - - - + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + + 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} + + + + +