aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:31:53 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-07-12 13:31:53 +0200
commit0afbed23c5c51ffc9fa3ca0c229d3caeeed3f8d3 (patch)
tree3e70abeb44b32f500e5e73188c7aa8c0a382b6ec
parente8c9a5d47f585a914c5aed08e97c7e82f1f363f1 (diff)
Maven staging plugin removed
Required by global-jjb Change-Id: I640090fc37a1d4c326fdcda73792a284a0b22afa 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 3dabefa5..97ebf891 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,6 @@
<nexus.registry>nexus3.onap.org:10001</nexus.registry>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<sitePath>/content/sites/site/org/onap/sdc/workflow/${project.version}</sitePath>
- <staging.profile.id>176c31dfe190a</staging.profile.id>
</properties>
<modules>
@@ -131,18 +130,6 @@
</execution>
</executions>
</plugin>
-
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.8</version>
- <extensions>true</extensions>
- <configuration>
- <serverId>ecomp-staging</serverId>
- <nexusUrl>${nexus.proxy}</nexusUrl>
- <stagingProfileId>${staging.profile.id}</stagingProfileId>
- </configuration>
- </plugin>
</plugins>
</build>