X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-cmd%2Fpom.xml;h=55c709f8b8fdd7b51181b56ce1bbf0d6d9b4b635;hb=a97d731d65bb988e12495d7f9fa6565097c78e26;hp=c67e8490062c54198881dae247abc4d5e97c358a;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index c67e8490..55c709f8 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -1,32 +1,24 @@ - + 4.0.0 - org.onap.aaf.authz.auth - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + authparent + 2.1.1-SNAPSHOT ../pom.xml @@ -36,19 +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/ @@ -93,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 @@ -140,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.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core @@ -184,7 +213,7 @@ - + ecomp-releases