From aa2c01cf184db285792a946502ad83791e5b8cdd Mon Sep 17 00:00:00 2001 From: sg481n Date: Fri, 25 Aug 2017 01:29:57 -0400 Subject: [PATCH] Update pom files in aaf client Pom files updates with distribution management and repositories. Issue-id : AAF-21 Change-Id: I4d51e6b922ccacc375c02e67aadf1fd4b4865ce1 Signed-off-by: sg481n --- authz-client/pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++- pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 120 insertions(+), 2 deletions(-) diff --git a/authz-client/pom.xml b/authz-client/pom.xml index f236395b..10ba88a9 100644 --- a/authz-client/pom.xml +++ b/authz-client/pom.xml @@ -53,6 +53,12 @@ UTF-8 /opt/app/aft/${project.artifactId}/${project.version} true + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -172,11 +178,64 @@ - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + + 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/ + + + + + 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 + + diff --git a/pom.xml b/pom.xml index d657a27c..5caa668c 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,12 @@ 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT 3.1.200 + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} @@ -164,7 +170,17 @@ - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + @@ -302,5 +318,48 @@ + + + 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/ + + + + + 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 + + -- 2.16.6