summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-09 14:05:57 -0400
committerDan Timoney <dtimoney@att.com>2017-10-09 14:05:57 -0400
commit88fc0da6b69188748cb2de733818696052150d80 (patch)
treeb0a55d28daf1daea9ae0cb920996705fd6bd932f
parenta32dc857292a0ea273772a165f6fae03d92c08a1 (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>
-rwxr-xr-xpom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 0808eadd..25cdb8b1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>