X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-certman%2Fpom.xml;h=69465b7d5eed6907c0c2f5504fef4e88e84f3d4f;hb=54f1bd25e5a6fb84502d100dbb00e915d4be6556;hp=f4860727a413d6abb72a7fd19d311b12a4e6f5d1;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index f4860727..69465b7d 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -1,196 +1,218 @@ - + + - 4.0.0 - - org.onap.aaf.authz.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 - - - 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} - + + + + 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.authz.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.authz.auth - aaf-auth-cass - + + org.onap.aaf.authz + aaf-auth-cass + - - org.onap.aaf.authz.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 - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - org.onap.aaf.* - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco-it.exec - - - - + + + post-unit-test + test - merge + 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}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec + ${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} - - + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +