X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fpom.xml;h=37bfc85e1e91b3ecf8d71316cd2e3fd3c2f68bba;hb=c9324c82b4a7d6e2867b2e765f4949ee306045af;hp=d024e1105aec4f09e5a53f974cab5e50a4c76149;hpb=71037c39a37d3549dcfe31926832a657744fbe05;p=aaf%2Fauthz.git diff --git a/auth/pom.xml b/auth/pom.xml index d024e110..37bfc85e 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -23,21 +23,36 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.aaf.auth - parent - 2.1.0-SNAPSHOT + + org.onap.aaf.authz + parent + 2.1.11-SNAPSHOT + + authparent AAF Auth Parent pom + + UTF-8 - true - 2.10-SNAPSHOT - 1.3.0-SNAPSHOT - 1.5.0-SNAPSHOT - - 9.4.8.v20171121 - 1.5.1 - /opt/app/osaaf/etc + /opt/app/osaaf + + 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} + + 4.1.22.Final + /opt/app/osaaf @@ -66,6 +81,14 @@ Developer + + Sai Gandham + sai.gandham@att.com + ATT + + Developer + + @@ -94,13 +117,14 @@ maven-surefire-plugin 2.17 - ${skipTests} + false + **/JU*.java - + false @@ -109,7 +133,7 @@ maven-failsafe-plugin 2.17 - true + false @@ -138,9 +162,10 @@ ../aaf_${project.version} - false + true etc lib + false flat @@ -239,6 +264,68 @@ + + 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.* + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco-it.exec + + + + + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + + + + @@ -247,25 +334,21 @@ org.mockito mockito-all - 1.9.5 test org.powermock powermock-module-junit4 - ${powermock.version} test org.powermock powermock-api-mockito - ${powermock.version} test junit junit - 4.10 test @@ -289,175 +372,5 @@ auth-hello - - - - org.onap.aaf.misc - aaf-misc-env - ${project.miscVersion} - - - - org.onap.aaf.misc - aaf-misc-log4j - ${project.miscVersion} - - - - org.onap.aaf.misc - aaf-misc-rosetta - ${project.miscVersion} - - - - org.onap.aaf.misc - aaf-misc-xgen - ${project.miscVersion} - - - - org.onap.aaf.cadi - aaf-cadi-core - ${project.cadiVersion} - - - - org.onap.aaf.cadi - aaf-cadi-client - ${project.cadiVersion} - - - - org.onap.aaf.cadi - aaf-cadi-aaf - ${project.cadiVersion} - - - org.apache.cassandra - cassandra-all - - - - - - org.onap.aaf.auth - aaf-auth-client - ${project.interfaceVersion} - - - - org.onap.aaf.auth - aaf-auth-core - ${project.version} - - - - org.onap.aaf.auth - aaf-auth-cass - ${project.version} - - - - org.onap.aaf.auth - aaf-auth-cmd - ${project.version} - - - - org.onap.aaf.auth - aaf-auth-oauth - ${project.version} - - - - org.onap.aaf.auth - aaf-auth-deforg - ${project.version} - - - - javax.servlet - servlet-api - 3.0 - - - - org.eclipse.jetty - jetty-servlet - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-server - ${project.jettyVersion} - - - - org.eclipse.jetty - jetty-jmx - ${project.jettyVersion} - - - - com.datastax.cassandra - cassandra-all - 3.3.0 - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - com.datastax.cassandra - cassandra-driver-core - - - 3.3.0 - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - - org.slf4j - slf4j-log4j12 - 1.7.5 - - - - javax.mail - mail - 1.4.5 - - - - - - - - nexus - attarch-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-releases - - - nexus - attarch-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/attarch-snapshots - -