aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:28:26 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-07-14 06:12:54 +0000
commit759ea36d4c2f5eb65a6a42eb7c3bff92e28961ee (patch)
tree5b45287634a473303fc8b44fe3fa02db7acdeac4
parent19c8bdce471587972861d395149564950f0d4a45 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: Ied9434626ff7ae3bf126deaf6f2195b22ca84d41 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 2b34071..4786850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
<sitePath>/content/sites/site/org/onap/sdc/sdc-distribution-client/${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>
@@ -125,19 +124,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>