summaryrefslogtreecommitdiffstats
path: root/vio/pom.xml
diff options
context:
space:
mode:
authorxinhuili <lxinhui@vmware.com>2017-11-16 09:48:41 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-16 09:48:41 +0000
commit8a913bfdae5d6e4d3d73c99847d84de2bbc53c54 (patch)
treecc4a4f44074afb6a47534453191fbdcd4d8f5d24 /vio/pom.xml
parent00574ef9f28c88a59a9bb18f6179697cc732754f (diff)
parent5f404f8c72242aa82a615e9dffe5b5334d2eab73 (diff)
Merge "Add staging plugin of multicloud-vio"
Diffstat (limited to 'vio/pom.xml')
-rw-r--r--vio/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vio/pom.xml b/vio/pom.xml
index 6e6534e..27868c7 100644
--- a/vio/pom.xml
+++ b/vio/pom.xml
@@ -36,6 +36,17 @@
</properties>
<build>
<plugins>
+ <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>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
@@ -55,5 +66,6 @@
</executions>
</plugin>
</plugins>
+
</build>
</project>