diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-08 14:16:49 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-08 14:16:54 -0700 |
commit | a68a9dac11d95ef07d480c6ff7c7e6e8cbb20d7c (patch) | |
tree | dd0be9fb5c63c9d3aaea60867e72e626cb1e75a2 /CdtProxyService/pom.xml | |
parent | 334b7e1e22a5221f2223ad7427d78c728fe1e72a (diff) |
Remove staging plugin
Remove staging plugin to allow the new jenkins
staging jobs to work.
Change-Id: Icdfa82b1d5b05c08101a51a208824136b61904d0
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1595
Diffstat (limited to 'CdtProxyService/pom.xml')
-rw-r--r-- | CdtProxyService/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 1007fe5..ae20fa1 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -120,18 +120,6 @@ </dependencies> <build> <plugins> - <!--maven staging plugin --> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${onap.nexus.url}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> <!-- Spring Boot Maven Support --> <plugin> <groupId>org.springframework.boot</groupId> |