X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=standalone%2Fpom.xml;h=1f21e0980f0cf1870a3a4f05ce450e2537b88dbc;hb=d9c8dcbd5a1d039b1a2f8eb6bd135049567d6f5c;hp=05e1dd339af2e7404e1478d8ea5f0880a42d4d9c;hpb=db8b3631a90764f9eb7b30ffa47605163b56f113;p=ccsdk%2Fparent.git diff --git a/standalone/pom.xml b/standalone/pom.xml index 05e1dd33..1f21e098 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -1,34 +1,53 @@ - + + 4.0.0 + + org.onap.oparent + oparent + 3.1.0 + + - 4.0.0 - pom org.onap.ccsdk.parent standalone-parent - 1.4.1-SNAPSHOT - + 2.2.0-SNAPSHOT + pom - http://wiki.onap.org ONAP :: ${project.groupId} :: ${project.artifactId} Root POM to be used in place of oparent for CCSDK based projects - - - org.onap.oparent - oparent - 2.0.0 - + http://wiki.onap.org + + ONAP + JIRA https://jira.onap.org/ + + + ecomp-releases + ${onap.nexus.release-url} + + + ecomp-snapshots + ${onap.nexus.snapshot-url} + + + + 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 https://nexus.onap.org nexus.onap.org @@ -41,30 +60,19 @@ ecomp-staging 176c31dfe190a - 1.8 1.8 2.5.0 true + 2.7.2 + 2.12.4 + 2.3 + 1.1.12 + 1.4.1 + 1.6.5 - java - jacoco - ${project.build.directory}/surefire-reports - true - ${project.version} - - - - 2.1.1 - 2.9.8 - 2.0 - - 1.1.5 - 1.4.0 - 1.5.1 - - + direct-dependencies.txt @@ -89,7 +97,7 @@ org.slf4j slf4j-api - 1.7.21 + 1.7.29 org.apache.logging.log4j @@ -119,7 +127,7 @@ junit junit - 4.12 + 4.13.2 test @@ -146,7 +154,7 @@ onap-public - https://nexus.onap.org/content/groups/public + ${onap.nexus.public-url} true never @@ -158,7 +166,7 @@ onap-staging - https://nexus.onap.org/content/groups/staging + ${onap.nexus.staging-url} true never @@ -171,7 +179,7 @@ ecomp-release onap-repository-releases - https://nexus.onap.org/content/repositories/releases + ${onap.nexus.release-url} true never @@ -183,7 +191,7 @@ ecomp-snapshot onap-repository-snapshots - https://nexus.onap.org/content/repositories/snapshots + ${onap.nexus.snapshot-url} false @@ -192,10 +200,177 @@ - + + + onap-public + ${onap.nexus.public-url} + + true + + + true + + + + onap-staging + ${onap.nexus.staging-url} + + true + + + true + + + + onap-snapshot + ${onap.nexus.snapshot-url} + + false + + + true + + + + + JCenter + JCenter Repository + http://jcenter.bintray.com + + + Restlet + Restlet Repository + http://maven.restlet.com + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 + + + true + + + + com.github.ferstl + depgraph-maven-plugin + 3.3.0 + + text + ${dependency-list.file} + ${project.basedir} + * + true + true + + + + + + + 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 + + + + + + + + org.codehaus.mojo versions-maven-plugin @@ -206,7 +381,43 @@ - - ONAP - + + + + sonar-jacoco-aggregate + + + onap.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${onap.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +