diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-26 14:53:01 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-26 14:53:21 -0400 |
commit | f094010f347658776e6b1ffc827b1a1838018b2d (patch) | |
tree | b10cc1f2baf3134b0b3916de9ae3b7d44b665e6a /aai-traversal/pom.xml | |
parent | 1320a79c29b2e0bacbf32af1ee348e55ccf08e7c (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 'aai-traversal/pom.xml')
-rw-r--r-- | aai-traversal/pom.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index b4c209e..a68965f 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -668,6 +668,27 @@ </execution> </executions> </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> </build> <profiles> |