summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:22:29 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:22:29 +0200
commitae339c9334e67197918ab15cd58d6e55fe67661d (patch)
tree2deef43c75164a61e42816d0bc6bbf1010bd9548
parent56adc770bf0f2436fad464c3b9d6333aa279eb31 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I3e55afb0ea10c10ce4019a0254a592f52d89c072 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 f304f16..96ff1e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,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>
<sonar.branch>${project.version}</sonar.branch>
</properties>
@@ -86,18 +85,6 @@
</dependency>
</dependencies>
</plugin>
- <!-- Staging 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>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>