summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:39:04 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-15 12:46:20 +0200
commit639278ba4ddea0ca7402839bc2e49ac70f2e14ef (patch)
tree2f771a67dd8f62f846fb6ad50c9249f7000a362a /pom.xml
parente94242606199c0d46a532220d8bad4c96788163c (diff)
Maven staging plugin removed
Required by global-jjb Fixed build of kibana image in passing Change-Id: Ibbec033c2a1c772a1cadc8b4e7385210e246bb9c Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 909ecd3..3784652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,17 +29,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>https://nexus.onap.org</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
- <plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.25.2</version>