aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:32:12 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 12:32:12 +0200
commitcad897335db0c7912782482fa71932cc2b4ce421 (patch)
tree66c9789c455e0d8f739e550c726f036babaed3d8
parent787ef0b09708ba160efa81e507fd8d0bc6719f43 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I7788b72d0aa3bc0a0a7d92caf3e5c23d59c668e1 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 6d3d412..c619031 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,6 @@
<sitePath>/content/sites/site/org/onap/sdc/jtosca/${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>
@@ -169,19 +168,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>