diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-20 11:17:26 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-20 11:17:26 -0400 |
commit | 9c4e437259c63166adae5baac6ccbb5aefeedfac (patch) | |
tree | f2900bbd1f081cf18905b925c5bed0ca6fdcd2c2 /pom.xml | |
parent | 1cbd0bbbf1ed0a228b08be4fbe460936978dadb6 (diff) |
Remove staging plugin1.5.0
Remove staging plugin from top level pom
Change-Id: I9a956fe353de15150c9f5656df6b34d18b5b94c2
Issue-ID: SDNC-704
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -59,17 +59,6 @@ <skipTests>false</skipTests> </configuration> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>https://${onap.nexus.host}</nexusUrl> - <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> - <serverId>${onap.nexus.staging.server-id}</serverId> - </configuration> - </plugin> </plugins> </build> |