diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-09 18:17:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-09 18:17:23 +0000 |
commit | 86a3417765c97f384374c3095867bcb234deb0ca (patch) | |
tree | 502162e7e0128fdc1eb30f18ac5780cd1f3cbb2a | |
parent | 02225b6d590b14767784cf0775c3bfb75d134321 (diff) | |
parent | 88fc0da6b69188748cb2de733818696052150d80 (diff) |
Merge "Remove staging config from parent pom.xml"
-rwxr-xr-x | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -226,22 +226,6 @@ <tag>${project.artifactId}-${project.version}</tag> </configuration> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <executions> - <execution> - <id>injected-nexus-deploy</id> - <phase>deploy</phase> - <goals> - <goal>deploy</goal> - </goals> - </execution> - </executions> - <configuration> - <skipStaging>false</skipStaging> - </configuration> - </plugin> </plugins> </build> <organization> |