X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-cass%2Fpom.xml;h=3de0606ddf3649ff82809babf4f6ec4e9907bdec;hb=10027f3cd15afd2c8ef341e5cd92de911e07965e;hp=8d75c99b7fa46c3efcb086529669bc2a839b2318;hpb=dcf76988526af8e15181a29987383af2e1d64156;p=aaf%2Fauthz.git diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index 8d75c99b..3de0606d 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -25,9 +25,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.att.authz + org.onap.aaf.authz parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -36,12 +36,7 @@ Cassandra DAOs for Authz jar https://github.com/att/AAF - - - BSD License - - - + Jonathan Gathman @@ -50,21 +45,43 @@ - + + UTF-8 + 1.0.0-SNAPSHOT + + + 0.7.7.201606060606 + true + 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} + - com.att.authz + org.onap.aaf.authz authz-core + ${project.version} - com.att.cadi + org.onap.aaf.cadi cadi-aaf + ${project.cadiVersion} com.datastax.cassandra cassandra-driver-core + 2.1.10 @@ -100,14 +117,11 @@ org.apache.maven.plugins maven-jarsigner-plugin + - org.apache.maven.plugins - maven-deploy-plugin - - - org.apache.maven.plugins maven-javadoc-plugin + 2.10.4 false @@ -135,20 +149,100 @@ + + 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.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + +