diff options
author | liangke <lokyse@163.com> | 2017-11-16 17:13:24 +0800 |
---|---|---|
committer | liangke <lokyse@163.com> | 2017-11-16 17:43:40 +0800 |
commit | 5f404f8c72242aa82a615e9dffe5b5334d2eab73 (patch) | |
tree | d89907b919c1b3e179e59d03010ac10ede7ea354 /vio | |
parent | de4fe0e7eea7a2e3f49d5e7307441767083c00ad (diff) |
Add staging plugin of multicloud-vio
Change-Id: I6f580ef688a6f7427588b5dde0962b005f447ff1
Issue-Id: MULTICLOUD-85
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'vio')
-rw-r--r-- | vio/pom.xml | 12 |
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> |