summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-28 17:10:25 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-28 17:34:38 -0400
commit6e33c5d1bc3c7dfab8f3c515c1cf67e3775aec55 (patch)
tree7cc6cb68cabe73e38b828d9ab42f8865983ee3cd /ecomp-sdk/pom.xml
parenta69e02953a1efe5b32b5e455f3377153a6103ebc (diff)
Restore staging repository and plugin.
Use names releases, staging, snapshots, public (no onap- prefix). Issue: PORTAL-89 Change-Id: Ie309f1aaa3120de1fa1e82d572174e2c70bb6641 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r--ecomp-sdk/pom.xml32
1 files changed, 24 insertions, 8 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index 16ae79b4..7f0b583e 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -27,25 +27,29 @@
<hibernate.version>4.3.11.Final</hibernate.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath>
+ <stagingNexusPath>content/repositories/staging/</stagingNexusPath>
<releaseNexusPath>content/repositories/releases/</releaseNexusPath>
</properties>
<repositories>
<repository>
- <!-- Releases repository has ECOMP release artifacts -->
- <id>ecomp-releases</id>
- <name>OpenECOMP - Release Repository</name>
+ <id>releases</id>
+ <name>ONAP - Release Repository</name>
<url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<repository>
- <!-- Snapshots repository has ECOMP snapshot artifacts -->
- <id>ecomp-snapshots</id>
- <name>OpenECOMP - Snapshot Repository</name>
+ <id>staging</id>
+ <name>ONAP - Staging Repository</name>
+ <url>${nexusproxy}/${stagingNexusPath}</url>
+ </repository>
+ <repository>
+ <id>snapshots</id>
+ <name>ONAP - Snapshot Repository</name>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</repository>
<repository>
- <id>ecomp-public</id>
- <name>ecomp onap public Repository</name>
+ <id>public</id>
+ <name>ONAP public Repository</name>
<url>https://nexus.onap.org/content/groups/public</url>
</repository>
</repositories>
@@ -131,6 +135,18 @@
</plugin>
<plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>${nexusproxy}</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>staging</serverId>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>