X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=authz-service%2Fpom.xml;h=b6b4b2fabfb51254a959aee9ae90ec38987a264e;hb=a2ac6780451f31bf01718cf4e3f196ac421186fd;hp=6abe62d3864c405a991fd71cf2e8c0374fd759b1;hpb=c548cc96e7cf048894686a12dce8d77111378317;p=aaf%2Fauthz.git diff --git a/authz-service/pom.xml b/authz-service/pom.xml index 6abe62d3..b6b4b2fa 100644 --- a/authz-service/pom.xml +++ b/authz-service/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 - 2.0.15 + 1.0.1-SNAPSHOT ../pom.xml @@ -53,18 +53,42 @@ true 1 + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + ${basedir}/target/ + nexus3.onap.org + opt/app/aaf/${project.artifactId}/${project.version} + java + 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/${project.groupId}/${project.artifactId}/${project.version} - com.att.authz + org.onap.aaf.authz authz-client + ${project.version} - + + + org.onap.aaf.authz + authz-cmd + ${project.version} + - com.att.authz + org.onap.aaf.authz authz-core + ${project.version} javax.servlet @@ -74,32 +98,30 @@ - com.att.authz + org.onap.aaf.authz authz-cass + ${project.version} - com.att.authz + org.onap.aaf.authz authz-defOrg ${project.version} - - - + - com.att.inno + org.onap.aaf.inno env + ${project.innoVersion} - com.att.cadi + org.onap.aaf.cadi cadi-core + ${project.cadiVersion} @@ -108,28 +130,208 @@ - com.att.inno + org.onap.aaf.inno rosetta + ${project.innoVersion} - com.att.cadi + org.onap.aaf.cadi cadi-aaf - - - - - - + ${project.cadiVersion} + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-docker-file + package + + copy-resources + + + ${dockerLocation} + true + + + ${basedir}/src/main/resources/docker + true + + **/* + + + + + + + + + com.spotify + docker-maven-plugin + 0.4.11 + + onap/aaf/authz-service + ${dockerLocation} + docker-hub + https://${docker.registry} + + ${project.version} + latest + + + + / + /${basedir}/target/opt + true + + **/* + + + + true + + + + maven-resources-plugin + 2.7 + + + copy-resources-1 + validate + + copy-resources + + + ${project.build.directory}/opt/dme2reg/ + + + ${project.basedir}/src/main/resources/dme2reg/ + + **/*.txt + + + + + + + copy-resources-2 + validate + + copy-resources + + + ${project.build.directory}/opt/app/aaf/authz-service/etc + + + ${project.basedir}/src/main/resources/etc + + **/** + + + + + + + + copy-resources-3 + validate + + copy-resources + + + ${project.build.directory}/opt/app/aaf/authz-service/lib + + + ${project.basedir}/../authz-cmd/target + + **/*.jar + + + + + + + copy-resources-4 + validate + + copy-resources + + + ${project.build.directory}/opt/app/aaf/authz-service/ + + + ${project.basedir}/../authz-cmd + + **/aafcli.sh + + + + + + + copy-resources-5 + validate + + copy-resources + + + ${project.build.directory}/opt/app/aaf/authz-service/etc/ + + + ${project.basedir}/src/main/config + + **/** + + + + + + + copy-resources-6 + validate + + copy-resources + + + ${project.build.directory}/opt/app/aaf/authz-service/etc/data + + + ${project.basedir}/../opt/app/aaf/data + + **/** + + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.10 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory}/opt/app/aaf/authz-service/lib + false + false + true + + + + + org.codehaus.mojo exec-maven-plugin @@ -150,9 +352,9 @@ - com.att.authz.service.AuthAPI + org.onap.aaf.authz.service.AuthAPI - service=com.att.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=Dev + service=org.onap.aaf.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=Dev @@ -167,14 +369,7 @@ 2.3.1 - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - + org.apache.maven.plugins @@ -207,39 +402,115 @@ - - 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} + + + + 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 + +