diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-26 14:01:08 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-26 14:01:46 -0400 |
commit | 2d917a2119d74679a23182a9f292bb25439620fc (patch) | |
tree | f1e83a3594a31c697d4f966bda6fe6b5255af755 /aai-core/pom.xml | |
parent | f61d46395a1dc30ed433e2192b124220be2e2e4a (diff) |
[AAI-ONAP] Update the pom for pushing to staging
Change-Id: I2064d7f2d4f70a5128275a1b15a1575a2ef4e38f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f761c500..e36e313f 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -414,6 +414,27 @@ </systemPropertyVariables> </configuration> </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> |