From a821bc9096b8ef69134af485f268b755041e8230 Mon Sep 17 00:00:00 2001 From: sg481n Date: Wed, 16 Aug 2017 17:34:08 -0400 Subject: Update all pom files in aaf/inno Modify the pom files in the aaf/inno project.Adding distributionMangament details into parent & sub projects of aaf/inno Issue-id:AAF-23 Change-Id: I5f99e648d6fa9ca0f3d9478dc92cca0428379704 Signed-off-by: sg481n --- env/pom.xml | 83 +++++++++++++++++++++++++++++++++++----------------- log4j/pom.xml | 76 ++++++++++++++++++++++++++++++++++-------------- pom.xml | 89 +++++++++++++++++++++++++++++++++++++------------------- rosetta/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++----------------- xgen/pom.xml | 81 +++++++++++++++++++++++++++++++++++++-------------- 5 files changed, 294 insertions(+), 125 deletions(-) diff --git a/env/pom.xml b/env/pom.xml index ffde8bc..9dbec53 100644 --- a/env/pom.xml +++ b/env/pom.xml @@ -51,7 +51,15 @@ - + + UTF-8 + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/inno/${project.version} + log4j @@ -64,6 +72,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 3.0.0-M1 false @@ -92,37 +101,59 @@ - - 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} + ecomp-staging + + - - - 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} + + + + 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 + + diff --git a/log4j/pom.xml b/log4j/pom.xml index 5a4a53e..6161106 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -50,7 +50,15 @@ - + + UTF-8 + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/inno/${project.version} + com.att.inno @@ -66,22 +74,7 @@ - - - ossrhdme - https://oss.sonatype.org/content/repositories/snapshots - - - ossrhdme - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - https://github.com/att/AAF.git - ${project.scm.connection} - http://github.com/att/AAF/tree/master - @@ -97,6 +90,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 3.0.0-M1 false @@ -124,19 +118,59 @@ - - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 true - ossrhdme - https://oss.sonatype.org/ - true + ${nexusproxy} + ecomp-staging + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + + 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 b63b288..27ecbcb 100644 --- a/pom.xml +++ b/pom.xml @@ -46,10 +46,21 @@ - + + + org.onap.oparent + oparent + 1.0.0-SNAPSHOT + + UTF-8 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/inno/${project.version} @@ -90,7 +101,7 @@ true org.apache.maven.plugins maven-compiler-plugin - + 3.6.2 1.6 1.6 @@ -99,6 +110,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 3.0.0-M1 false @@ -127,40 +139,59 @@ - - 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} + ecomp-staging + + - - - 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} + + + + 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 + + env xgen diff --git a/rosetta/pom.xml b/rosetta/pom.xml index 177f780..9511ee0 100644 --- a/rosetta/pom.xml +++ b/rosetta/pom.xml @@ -50,7 +50,15 @@ - + + UTF-8 + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/inno/${project.version} + com.att.inno @@ -71,22 +79,7 @@ - - - ossrhdme - https://oss.sonatype.org/content/repositories/snapshots - - - ossrhdme - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - https://github.com/att/AAF.git - ${project.scm.connection} - http://github.com/att/AAF/tree/master - @@ -145,6 +138,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 3.0.0-M1 false @@ -174,17 +168,7 @@ - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrhdme - https://oss.sonatype.org/ - true - - + @@ -218,7 +202,59 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + ecomp-staging + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + + 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/xgen/pom.xml b/xgen/pom.xml index d489a8d..2f2e607 100644 --- a/xgen/pom.xml +++ b/xgen/pom.xml @@ -51,7 +51,16 @@ - + + UTF-8 + 1.0.0-SNAPSHOT + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/inno/${project.version} + + com.att.inno @@ -60,27 +69,15 @@ - - - ossrhdme - https://oss.sonatype.org/content/repositories/snapshots - - - ossrhdme - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - https://github.com/att/AAF.git - ${project.scm.connection} - http://github.com/att/AAF/tree/master - + + org.apache.maven.plugins maven-javadoc-plugin + 3.0.0-M1 false @@ -109,20 +106,60 @@ - - + org.sonatype.plugins nexus-staging-maven-plugin 1.6.7 true - ossrhdme - https://oss.sonatype.org/ - true + ${nexusproxy} + ecomp-staging - + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}/${snapshotNexusPath} + + + + + 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