X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=springboot%2Fspringboot2%2Fpom.xml;h=e18de4ecd86fae9a49832e62cec72a90730e56bb;hb=621888e708275d68f45946afbbdc1c7e4db64dde;hp=0add64cb914a49d35ff1f09c4451ddf124a9e155;hpb=e14c10bce3ef2459997189796cd5563d5a5f161a;p=ccsdk%2Fparent.git diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 0add64cb..e18de4ec 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -37,6 +37,17 @@ + + 3.7.0.1746 + 3.2 + jacoco + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml,${project.reporting.outputDirectory}/jacoco-it/jacoco.xml + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + + + 0.8.5 1.8 1.8 @@ -45,13 +56,7 @@ https://nexus.onap.org /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} - 0.7.7.201606060606 - 3.2 - jacoco - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** ${basedir}/src/main/resources/swagger.properties @@ -78,12 +83,8 @@ src/main/yang-gen-sal true - java - jacoco - ${project.build.directory}/surefire-reports - ${project.version} - + 0.7.0-SNAPSHOT 0.7.0-SNAPSHOT 0.7.0-SNAPSHOT 0.7.0-SNAPSHOT @@ -108,8 +109,8 @@ 0.5.0 1.9.3 - 4.4.10 - 4.5.6 + 4.4.12 + 4.5.10 10.14.2.0 1.0.0 1.25.0 @@ -120,8 +121,8 @@ 1.3.8 4.12 1.2.3 - 2.1.1 - 2.2.3 + 2.4.4 + 2.4.0 1.7.25 6.11 9.0.27 @@ -421,82 +422,7 @@ - - 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 - - - - + org.apache.maven.plugins maven-surefire-plugin @@ -626,6 +552,104 @@ + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + 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-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + maven-checkstyle-plugin