aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-26 14:50:50 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-26 14:51:20 -0400
commitff113fe1d58389aa5154e7202a06132f74a96e60 (patch)
treef117ff6752eb8289ae4beb78582c56b46d4db571 /pom.xml
parent379bb1213239e8f272f3ced0a8c2a2937a594dc0 (diff)
[AAI-ONAP] Update pom file for snapshot staging
Change-Id: I020ca4bbd8979910a7e550299844d11dfd06b7cc Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1e5f40c..8c392ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,6 +309,27 @@
</dependency>
</dependencies>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>default-deploy</id>
+ <phase>none</phase>
+ </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>
</pluginManagement>
<plugins>