X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cadi%2Foauth-enduser%2Fpom.xml;h=852ffa0b8f7adbe17fd9f7e5d432cfdfec762621;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=2423c53046d6a22ab22811fd04c2b5c82ba02fc8;hpb=a20accc73189d8e5454cd26049c0e6fae75da16f;p=aaf%2Fauthz.git diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 2423c530..852ffa0b 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -22,13 +22,35 @@ 4.0.0 + + org.onap.aaf.authz + cadiparent + 2.1.2-SNAPSHOT + .. + + AAF CADI Sample OAuth EndUser - org.onap.aaf.cadi - 1.5.0-SNAPSHOT aaf-cadi-oauth-enduser - jar + + + true + 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} + + Jonathan Gathman @@ -59,14 +81,12 @@ - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-core - 1.5.0-SNAPSHOT - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf - 1.5.0-SNAPSHOT @@ -104,9 +124,105 @@ src/main/assemble/cadi-oauth-enduser-assemble.xml + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + 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 + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.1 + + false + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + +