X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fauth-cass%2Fpom.xml;h=5af9d3e09c9b4a987a8e8683159e1a84fca68833;hb=30dca6e573f544599ea7b600dc3cbb6c189d1892;hp=429a1220d145801324379f6bd756cab4f9d676c6;hpb=17ca744723bd652f15d59d6c8555824f6e49018d;p=aaf%2Fauthz.git diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index 429a1220..5af9d3e0 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -1,30 +1,22 @@ - + 4.0.0 - org.onap.aaf.authz.auth - parent + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT ../pom.xml @@ -33,7 +25,7 @@ AAF Auth Cass Cassandra Data Libraries for AAF Auth jar - + Jonathan Gathman @@ -71,34 +63,38 @@ - true - + + + 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/** + 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} - + - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core + ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf + ${project.version} @@ -134,15 +130,15 @@ - - + + org.apache.maven.plugins maven-deploy-plugin - true + false - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 @@ -152,26 +148,42 @@ 176c31dfe190a ecomp-staging - + org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 + ${jacoco.version} - 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 @@ -181,32 +193,27 @@ prepare-agent - ${project.build.directory}/coverage-reports/jacoco-it.exec - + ${project.build.directory}/code-coverage/jacoco-it.exec + failsafeArgLine + - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + - + - + ecomp-releases