From aa2c01cf184db285792a946502ad83791e5b8cdd Mon Sep 17 00:00:00 2001 From: sg481n Date: Fri, 25 Aug 2017 01:29:57 -0400 Subject: 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 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 60 insertions(+), 1 deletion(-) (limited to 'authz-client') 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 + + -- cgit 1.2.3-korg