From 62c4eb45e157d502463d797c1353802ca8e1e307 Mon Sep 17 00:00:00 2001 From: sg481n Date: Fri, 25 Aug 2017 01:57:24 -0400 Subject: Update project structure for aaf/cadi Update project structure from com.att to org.onap and add distribution management and staging plugin. Issue-id: AAF-22 Change-Id: Idf2b591139e38921ad28782a51486714a05dee92 Signed-off-by: sg481n --- pom.xml | 132 ++++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 75 insertions(+), 57 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 7f74b12..1568559 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,8 @@ 4.0.0 - com.att.cadi + org.onap.aaf.cadi parent CADI Parent POM (Code, Access, Data, Identity) 1.0.0-SNAPSHOT @@ -49,7 +48,7 @@ true UTF-8 1.0.0-SNAPSHOT - 2.6 + 1.0.0-SNAPSHOT 3.1.200 @@ -59,8 +58,13 @@ + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/cadi/${project.artifactId}/${project.version} - @@ -101,69 +105,69 @@ - com.att.authz + org.onap.aaf.authz authz-client ${project.authClientVersion} - com.att.cadi + org.onap.aaf.cadi cadi-core ${project.version} - com.att.cadi + org.onap.aaf.cadi cadi-core ${project.version} tests - com.att.cadi + org.onap.aaf.cadi cadi-cass ${project.version} - com.att.cadi + org.onap.aaf.cadi cadi-aaf ${project.version} - com.att.cadi + org.onap.aaf.cadi cadi-aaf ${project.version} full - com.att.cadi + org.onap.aaf.cadi cadi-client ${project.version} - com.att.cadi + org.onap.aaf.cadi cadi-tomcat ${project.version} - com.att.cadi + org.onap.aaf.cadi cadi-tguard ${project.version} - com.att.inno + org.onap.aaf.inno env ${project.innoVersion} - com.att.inno + org.onap.aaf.inno rosetta ${project.innoVersion} @@ -389,17 +393,6 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - org.codehaus.mojo @@ -412,15 +405,7 @@ - - - - maven-surefire-plugin - 2.17 - - - - + @@ -453,28 +438,61 @@ - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + - - - - - - - - https://github.com/att/AAF.git - ${project.scm.connection} - http://github.com/att/AAF/tree/master - - - - 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/ + + + + + + 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