X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-gw%2Fpom.xml;h=e997dfde460f912c6d4c6ffe5f20d061f4b5c081;hb=40cd35657e9ced190833274bccd4bae4481171d9;hp=c4399f3c8386d3c41d928afdc833088ff1e98a9d;hpb=43854a9e3310ff7a92257d16c4fc0a8321eaec68;p=aaf%2Fauthz.git diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index c4399f3c..e997dfde 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -1,10 +1,9 @@ + @@ -105,23 +114,7 @@ true - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - attach-javadocs - - jar - - - - + @@ -138,39 +131,114 @@ - - - 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 + ${skip.staging.artifacts} + + + + 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} + + + + onap-plugin-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + - - https://github.com/att/AAF.git - ${project.scm.connection} - http://github.com/att/AAF/tree/master - + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + onap-jar-snapshots + https://nexus.onap.org/content/repositories/snapshots + + + spring-repo + Spring repo + https://artifacts.alfresco.com/nexus/content/repositories/public/ + + + repository.jboss.org-public + JBoss.org Maven repository + https://repository.jboss.org/nexus/content/groups/public + +