summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:26:37 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:26:37 +0200
commitf14d5be5614d48b08172b601bce5d9f5d20cb063 (patch)
treeea926534518e74cc852fd72cb6305d71878420fe
parent63687989ade039878eb40fa7b8ab19b0f8e0b851 (diff)
Maven staging plugin removedHEADmaster
Required by global-jjb Change-Id: Ia26e3ad8a3c89c3505c5e3ea91b469208badda5d Issue-ID: SDC-2444 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index ce2789c..7e60d40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
<nexus.snapshot.repository>snapshots</nexus.snapshot.repository>
<nexus.id.release>ecomp-releases</nexus.id.release>
<nexus.id.snapshot>ecomp-snapshots</nexus.id.snapshot>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
<!--tests-->
<test.skip.ordered>true</test.skip.ordered>
@@ -406,17 +405,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexusServer}</nexusUrl>
- <stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>