X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-cmd%2Fpom.xml;h=cbad3a72d0abcf094c5a476046551a07b0f844dd;hb=b7440251f26be4e879ae607c3981a3799b8b3909;hp=261e425d59221f679483074a0660fd90573d2101;hpb=05c86474cdee38b0ae8b66f4d0d3f18385896d1b;p=aaf%2Fauthz.git diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 261e425d..cbad3a72 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -1,32 +1,24 @@ - + 4.0.0 - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.2-SNAPSHOT ../pom.xml @@ -36,17 +28,18 @@ jar - true 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/** + + + 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/ @@ -91,44 +84,58 @@ - - + + 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.jacoco jacoco-maven-plugin - 0.7.7.201606060606 - true - - org.onap.aaf.* - + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + pre-unit-test prepare-agent - ${project.build.directory}/coverage-reports/jacoco.exec - + ${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 @@ -138,40 +145,64 @@ prepare-agent - ${project.build.directory}/coverage-reports/jacoco-it.exec - + ${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 + + + + maven-assembly-plugin + + tests + + + org.onap.aaf.auth.cmd.AAFcli + + + true + + + + - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - + full + package + + single + + + + src/assemble/auth-cmd.xml + + + - + + - + - org.onap.aaf.cadi + org.onap.aaf.authz aaf-cadi-aaf - org.onap.aaf.auth + org.onap.aaf.authz aaf-auth-core @@ -182,7 +213,7 @@ - + ecomp-releases