aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:21:07 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:21:07 +0200
commit8534023ef0a2fa075efa20cfe87a40cc0abb54e3 (patch)
tree4d29f6410a07dcf09b09386b746e4e68e4475337
parentbbffea47ba0945b3db1767b590d034743b110417 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I4683b3db4893c3c63c927c337203b38f2f7ee259 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 b5f2bf7..904c739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,6 @@
<properties>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
</properties>
<build>
@@ -106,18 +105,6 @@
</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>
-
</plugins>
</build>