diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-09 14:05:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-09 14:05:57 -0400 |
commit | 88fc0da6b69188748cb2de733818696052150d80 (patch) | |
tree | b0a55d28daf1daea9ae0cb920996705fd6bd932f /pom.xml | |
parent | a32dc857292a0ea273772a165f6fae03d92c08a1 (diff) |
Remove staging config from parent pom.xml
Release build of parent is not using staging plugin, due to explicit
configuration of staging plugin in pom.xml. Remove that config
so it is inherited from oparent instead.
Change-Id: Ibd5773f240e53468051518777b6266c2012c715c
Issue-ID: CCSDK-113
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to '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> |