aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-26 14:53:01 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-26 14:53:21 -0400
commitf094010f347658776e6b1ffc827b1a1838018b2d (patch)
treeb10cc1f2baf3134b0b3916de9ae3b7d44b665e6a /pom.xml
parent1320a79c29b2e0bacbf32af1ee348e55ccf08e7c (diff)
[AAI-ONAP] Update pom file for snapshot staging
Change-Id: I368b7cb35a2d46a9f137229a00a3edd34b76610e 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 1b2081a..db2bc98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,6 +257,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>