diff options
author | Lusheng Ji <lji@research.att.com> | 2017-08-28 13:37:13 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-08-28 13:37:26 -0400 |
commit | 4a915b0c3e88b99ea7489103ecaa14e4a494a8ba (patch) | |
tree | 4c9534a4255f5ce5c1aed5c63708e6d23a4dc8c8 | |
parent | 2a53c4c8eb16a1361a5bdebac66ba5fe2c425ba3 (diff) |
disable staging plugin in pom (non-java)
Issue-Id: DCAEGEN2-73
Change-Id: I81c695bb5a709c8fd795942db4de16dff8d6b685
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -66,6 +66,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>sonar-maven-plugin</artifactId> <version>2.7.1</version> </plugin> + <!-- nexus-staging-maven-plugin is called during deploy phase by default behavior. + we do not need it --> + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <configuration> + <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> + </configuration> + </plugin> </plugins> </pluginManagement> |