diff options
Diffstat (limited to 'dcae-cli')
-rw-r--r-- | dcae-cli/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dcae-cli/pom.xml b/dcae-cli/pom.xml index 8e2e2fe..b6db3e6 100644 --- a/dcae-cli/pom.xml +++ b/dcae-cli/pom.xml @@ -49,6 +49,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> + <configuration> + <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |