diff options
author | Taka Cho <takamune.cho@att.com> | 2019-03-27 15:45:24 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-03-27 15:46:23 -0400 |
commit | 82a563486818bf28e8a40fbda1fed7069d9e0d70 (patch) | |
tree | ce84e62660a5c88aa842dbeeeab9a66ecac65c5d /pom.xml | |
parent | 08ce01130eaf9fd6c090fb584f6ba9e801b1d377 (diff) |
remove nexus-staging maven plugin
remove nexus-staging-maven-plugin
on the top of pom file
Change-Id: I50b22c2d1e8e3e663314f701a22de5471224c5b3
Issue-ID: APPC-1561
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -553,18 +553,6 @@ limitations under the License. </plugins> </pluginManagement> <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> <!-- Javadocs Plugin --> <plugin> <groupId>org.apache.maven.plugins</groupId> |