aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-03-05 16:55:21 -0800
committerGary Wu <gary.i.wu@huawei.com>2019-03-05 16:55:21 -0800
commitc36f147bc34211651d997b1f87cd0c0a8cfdf874 (patch)
treef6d996561fd15494faa19dc909bf76fd3039c826
parent712d81ffb6b6b10465b597b5fffd464b0d8ddfc3 (diff)
Disable nexus-staging-maven-plugin
Change-Id: Idd35b01ff785e240eeb23c42e6f90aa5518b4de1 Issue-ID: CIMAN-234 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b165d7c..eb2a231 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,10 +134,6 @@
</pluginManagement>
<plugins>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>