aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:18:04 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-14 06:14:06 +0000
commitff5db76f909826b332bcf294752646ed65ffaae5 (patch)
tree430a019d2e2839988a49f5e11a0879086d74bf8d /pom.xml
parent2e727b14a570be38b300f4f0ade45e83822e6a91 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I0ceca8fabd5e6c67cf702fbfb4d78866c0df4027 Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index af82f08c86..39fbd8edb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -368,11 +368,6 @@ Modifications copyright (c) 2018-2019 Nokia
<version>3.8.0</version>
</plugin>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.8</version>
- </plugin>
- <plugin>
<groupId>com.github.sylvainlaurent.maven</groupId>
<artifactId>yaml-json-validator-maven-plugin</artifactId>
<version>1.0.1</version>
@@ -386,19 +381,6 @@ Modifications copyright (c) 2018-2019 Nokia
</pluginManagement>
<plugins>
-
- <!-- Staging Plugin -->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexus.proxy}</nexusUrl>
- <stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
-
<!-- plugin for parsing the project version -->
<plugin>
<groupId>org.codehaus.mojo</groupId>