diff options
author | 2017-11-10 12:52:45 +0800 | |
---|---|---|
committer | 2017-11-10 14:01:38 +0800 | |
commit | 74f8e7bcadc608e0e1a905da71eaad3f4dcaa11c (patch) | |
tree | 827edb864b526bb3a207d0414ef310c05a7b0300 /pom.xml | |
parent | ae975453b636817a3b04ce96b63f2b5cbce481d0 (diff) |
remove staging plugin of multicloud-vio pom
Change-Id: Ic832b3da963c914f1e0210f725f1f17aa122b754
Issue-Id: MULTICLOUD-125
Signed-off-by: liangke <lokyse@163.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -34,18 +34,5 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> </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> - </plugins> </build> </project> |