summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliangke <lokyse@163.com>2017-11-10 12:52:45 +0800
committerliangke <lokyse@163.com>2017-11-10 14:01:38 +0800
commit74f8e7bcadc608e0e1a905da71eaad3f4dcaa11c (patch)
tree827edb864b526bb3a207d0414ef310c05a7b0300 /pom.xml
parentae975453b636817a3b04ce96b63f2b5cbce481d0 (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.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 7d75a74..354e418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>