diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 13:04:11 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 13:04:11 -0400 |
commit | 20e9eda25ee9aebbcd5fda7497a0baccb64348af (patch) | |
tree | fe2446ee3b75a9107db6499175611a51d60e2eaa /pom.xml | |
parent | 0e2eb6a4cfed02d11630215d502e873539c58058 (diff) |
Remove staging plugin from top level pom.xml
Remove staging plugin from pom.xml. It should be part of a build profile in the odlparent
pom.
Change-Id: Ic4cb7a064778a57a7aafb4c82789abd7860cc5a8
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -92,17 +92,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> |