diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 13:25:25 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-18 13:25:25 -0400 |
commit | c43923c37deb4b74f1a011d08688f2f9fc3fe5e1 (patch) | |
tree | 5aa5d273d54fdd3139995cdf846e02351ab7e931 | |
parent | 271a15d2c98e4bd95963ca4733b469833bbc7905 (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: I04a621fbad9f6d671fdcdedf6ada18d377a2ce28
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -62,17 +62,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> |