aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:29:57 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-14 06:13:29 +0000
commit955897c6ca9304506938c4160ab21cecfc606407 (patch)
tree58b4a04cf06c465b9a4e2cac9fc744ee7b872801
parent0414d985162bad8bad29a1e0527b84a3ff6c0aa3 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: Ie5dffdbce7f590180f3999e4df339122bd38cc2f Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r--pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index d36afdc..10daf8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,6 @@
<sitePath>/content/sites/site/org/onap/sdc/sdc-tosca/${project.version}</sitePath>
<snapshots.path>snapshots</snapshots.path>
<releases.path>releases</releases.path>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
<!-- Sonar properties -->
<sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
<sonar.skipDesign>true</sonar.skipDesign>
@@ -230,19 +229,6 @@
</executions>
</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>onap-staging</serverId>
- </configuration>
- </plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>