X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-batch%2Fpom.xml;h=0e54d3183c18531e366620304dd982ab70ee3cf0;hb=a97d731d65bb988e12495d7f9fa6565097c78e26;hp=63e668a3799daeb86465f09c258ba07ad0c9e189;hpb=e01703c951dca2546cc5a9ccdfc9789d30630ec6;p=aaf%2Fauthz.git diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 63e668a3..0e54d318 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -23,9 +23,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.1-SNAPSHOT ../pom.xml @@ -71,33 +71,51 @@ + + + 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 + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - org.onap.aaf.misc + org.onap.aaf.authz aaf-misc-env - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-core - org.onap.aaf.misc + org.onap.aaf.authz aaf-misc-rosetta - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-cass @@ -123,9 +141,97 @@ org.apache.maven.plugins maven-deploy-plugin - true + false + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.jacoco + jacoco-maven-plugin + + + **/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 + + + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +