X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-certman%2Fpom.xml;h=69465b7d5eed6907c0c2f5504fef4e88e84f3d4f;hb=54f1bd25e5a6fb84502d100dbb00e915d4be6556;hp=42be04186953a844c51d132deb88c7d1fa7e2fb5;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 42be0418..69465b7d 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -1,117 +1,218 @@ - + + - 4.0.0 - - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT - ../pom.xml - + 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.authz + authparent + 2.1.16-SNAPSHOT + ../pom.xml + - aaf-auth-certman - AAF Auth Certificate Manager - Certificate Manager API + aaf-auth-certman + AAF Auth Certificate Manager + Certificate Manager API - - 21 - + + + + 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} + 1.60 + - - - org.onap.aaf.auth - aaf-auth-core - + + + org.powermock + powermock-module-junit4-rule-agent + 1.6.4 + test + + + org.onap.aaf.authz + aaf-auth-core + - - org.onap.aaf.auth - aaf-auth-cass - + + org.onap.aaf.authz + aaf-auth-cass + - - org.onap.aaf.cadi - aaf-cadi-aaf - + + org.onap.aaf.authz + aaf-cadi-aaf + + + + + org.onap.aaf.authz + aaf-auth-deforg + - - com.google.code.jscep - jscep - 2.4.0 - + + com.google.code.jscep + jscep + 2.4.0 + + + org.bouncycastle + bcprov-jdk15on + + + org.bouncycastle + bcpkix-jdk15on + + + + + + org.bouncycastle + bcprov-jdk15on + ${project.bouncyCastleVersion} + + + org.bouncycastle + bcpkix-jdk15on + ${project.bouncyCastleVersion} + + - + + + + org.apache.maven.plugins + maven-jar-plugin + + + **/*.class + + + 2.3.1 + + + org.codehaus.mojo + appassembler-maven-plugin + + + + org.onap.aaf.auth.cm.AAF_CM + cm + + cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.cm.props + cadi_log_dir=${project.ext_root_dir}/logs/cm + + + + + + + org.jacoco + jacoco-maven-plugin + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + - - - - org.apache.maven.plugins - maven-jar-plugin - - - **/*.class - - - 2.3.1 - + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.codehaus.mojo - appassembler-maven-plugin - - - - org.onap.aaf.auth.cm.AAF_CM - cm - - cadi_prop_files=${project.conf_dir}/org.osaaf.cm.props - - - - - - - - - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - - + + 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} + + +