diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 13:31:53 +0200 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2019-07-12 13:31:53 +0200 |
commit | 0afbed23c5c51ffc9fa3ca0c229d3caeeed3f8d3 (patch) | |
tree | 3e70abeb44b32f500e5e73188c7aa8c0a382b6ec /pom.xml | |
parent | e8c9a5d47f585a914c5aed08e97c7e82f1f363f1 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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> |