diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 13:19:55 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 13:19:55 -0400 |
commit | 212f2fe2dfa6c31dd64b5c7defe66ed458cfd4c3 (patch) | |
tree | 2f828972f7bd2d225c46ed000bccf13bcbea975b | |
parent | fc013e3622d743a3f559cb2ce20311c83e7e8112 (diff) |
Remove staging plugin from top level pom.xml0.4.1
Remove staging plugin from pom.xml. It should be part of a build profile in the odlparent
pom.
Change-Id: Ib948ff6dbf8c07bce690a33903fe1c10844dbb87
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -88,16 +88,6 @@ <skipTests>false</skipTests> </configuration> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <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> |