diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-26 14:50:50 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-26 14:51:20 -0400 |
commit | ff113fe1d58389aa5154e7202a06132f74a96e60 (patch) | |
tree | f117ff6752eb8289ae4beb78582c56b46d4db571 /pom.xml | |
parent | 379bb1213239e8f272f3ced0a8c2a2937a594dc0 (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.xml | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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> |