diff options
author | 2019-05-08 14:11:37 -0400 | |
---|---|---|
committer | 2019-05-08 14:44:25 -0400 | |
commit | 386d0adae833cce21ae3a847c21dce49eecd02c4 (patch) | |
tree | 7fa531726301fd3eb44975bff6199b4f21d20af1 /dcae-cli | |
parent | e5da4c6766565b66270872380a17f62bacbcafac (diff) |
fixed the cli pom4.0.0-ONAP1.0.0dublin
Changed the cli pom back to how it was before bp gen/fixed other pom
Issue-ID: DCAEGEN2-1125
Change-Id: I4d2b78c12c5b423d05ee8eab9cf16e132fdc7953
Signed-off-by: ms236b <ms236b@att.com>
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> |