diff options
author | Lorraine Welch <lb2391@att.com> | 2020-04-14 15:21:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-14 15:21:43 +0000 |
commit | 59dba774a5bd86b5a388bc3b914e10b36445d326 (patch) | |
tree | 82a119f80b58b4cab093f8832253b75bd49d1cad /ecomp-sdk/pom.xml | |
parent | 38fc3ff983009a1b27f142557a51ddc0f52c49ca (diff) | |
parent | f195b0342572591f6b8917d0900543c1c5d3eac3 (diff) |
Merge "Remove Maven Stage Plugin" into release-3.2.0
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r-- | ecomp-sdk/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index c02d6f4b..774769bd 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -285,23 +285,6 @@ </executions> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <!-- defined in oparent <version>1.6.7</version> --> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.5.3</version> - </plugin> </plugins> </build> |