summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:46:50 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-14 12:37:28 +0000
commitd06be645f2cb0cfeb394de8c2870fa7bfd96d08e (patch)
treea6ce9ddf61901b36b23d0f525585c3915424996e
parentab9930f3eb7ca547ec9bf55de9198e1e319b6a70 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: Ib0474d9b9ee4b9cde34144d4bf053fe567e9d6f9 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 065ffc4..c9d2037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
<httpclient.version>4.5.5</httpclient.version>
<snakeyaml.version>1.21</snakeyaml.version>
<slf4j.version>1.7.25</slf4j.version>
@@ -187,18 +186,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>
</plugins>
</build>