X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=58871f8747e3bd83e76438fb6f70f48aac7c6079;hb=1efda07f5d8e14d028fddf62dec62c95af9c7342;hp=4237efd9192fb08906dd269549b2c055d1c82c3d;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/pom.xml b/pom.xml index 4237efd9..58871f87 100644 --- a/pom.xml +++ b/pom.xml @@ -19,35 +19,38 @@ * --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - osaaf + org.onap.aaf.authz parent 2.1.0-SNAPSHOT AAF Overall Parent pom - - - org.onap.oparent - oparent - 1.1.0 - - + + + org.onap.oparent + oparent + 1.1.0 + + - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + + false + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + https://nexus.onap.org @@ -55,17 +58,92 @@ org.apache.maven.plugins maven-deploy-plugin - true + false + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.2 + + + 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 + + + + + - + - auth/auth-client + auth-client misc cadi auth - + @@ -83,5 +161,5 @@ dav:${nexusproxy}${sitePath} - - + +