aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-03-27 15:45:24 -0400
committerTaka Cho <takamune.cho@att.com>2019-03-27 15:46:23 -0400
commit82a563486818bf28e8a40fbda1fed7069d9e0d70 (patch)
treece84e62660a5c88aa842dbeeeab9a66ecac65c5d
parent08ce01130eaf9fd6c090fb584f6ba9e801b1d377 (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>
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 4dca1892e..cc92734c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>