aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-03-06 20:12:19 +0000
committerVenkata Harish K Kajur <vk250x@att.com>2017-03-06 20:55:12 +0000
commit31846c50e8b133471b35d9e10607b7fdc3d38cf8 (patch)
tree0bcb0779e9e6bdabf2c12b10b67ba8ae7baf43b6 /pom.xml
parent06b634113c5c0cecb627f549ddba1295acb8b099 (diff)
Update the pom for release version
Change-Id: Id7c8a474e77e7de0f67d89024b4daf185ccdbe05 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a70eb69..68bb9c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<module.ajsc.namespace.name>ActiveAndAvailableInventory-CloudNetwork</module.ajsc.namespace.name>
<module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
+ <nexusproxy>https://nexus.openecomp.org</nexusproxy>
<ajscRuntimeVersion>2.0.0</ajscRuntimeVersion>
<!-- This will be the Absolute Root of the Project and should contain NO
@@ -86,8 +87,13 @@
<repository>
<id>ecomp-releases</id>
<name>ECOMP Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories</url>
+ <url>${nexusproxy}/content/repositories/releases/</url>
</repository>
+ <repository>
+ <id>ecomp-staging</id>
+ <name>ECOMP Staging Repository</name>
+ <url>${nexusproxy}/content/repositories/staging/</url>
+ </repository>
<repository>
<id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
@@ -352,6 +358,17 @@
</execution>
</executions>
</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>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
</plugins>
</build>