X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-gw%2Fpom.xml;h=93224123e2f697848ec37122b1f8bd93c87986b5;hb=10027f3cd15afd2c8ef341e5cd92de911e07965e;hp=04636a739b42593b49231314e2295ea827fc2164;hpb=dcf76988526af8e15181a29987383af2e1d64156;p=aaf%2Fauthz.git diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index 04636a73..93224123 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -25,9 +25,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - com.att.authz + org.onap.aaf.authz parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT ../pom.xml @@ -35,12 +35,7 @@ Authz Gate/Wall GW API https://github.com/att/AAF - - - BSD License - - - + Jonathan Gathman @@ -53,12 +48,28 @@ true 30 + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + java + true + jacoco + ${project.build.directory}/surefire-reports + ${project.build.directory}/coverage-reports/jacoco.exec + ${project.build.directory}/coverage-reports/jacoco-it.exec + true + ${project.version} + 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} @@ -69,14 +80,12 @@ - com.att.cadi + org.onap.aaf.cadi cadi-aaf + ${project.cadiVersion} - + @@ -97,18 +106,11 @@ 2.3.1 - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - + + org.apache.maven.plugins maven-javadoc-plugin + 2.10.4 false @@ -121,8 +123,6 @@ - - org.apache.maven.plugins maven-source-plugin @@ -137,39 +137,87 @@ - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - + + 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 + + + + + - - - - - - - ossrhdme - https://oss.sonatype.org/content/repositories/snapshots - - - ossrhdme - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + - - - https://github.com/att/AAF.git - ${project.scm.connection} - http://github.com/att/AAF/tree/master - +