aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:54:36 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-14 12:37:22 +0000
commit8fc7c2697adc6d8015ab7b60cad111b1ff2abae6 (patch)
tree1547caa4cba7ef847d10aee1deaddca39ddb1a34
parent6e5862fe42af10c854425e5405133a448d00ec9e (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I9e2d42c1657b3cd58a80024f86fff8d67f5881a2 Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r--pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 5cd43a0..4018fa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
<sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
<springboot.version>1.5.9.RELEASE</springboot.version>
<jetty.version>9.4.10.v20180503</jetty.version>
@@ -411,18 +410,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexus.proxy}</nexusUrl>
- <stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
-
<!-- ENRICH WITH SPRING BOOT JARS -->
<plugin>
<groupId>org.springframework.boot</groupId>