Remove staging config from parent pom.xml 01/17701/1
authorDan Timoney <dtimoney@att.com>
Mon, 9 Oct 2017 18:05:57 +0000 (14:05 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 9 Oct 2017 18:05:57 +0000 (14:05 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0808ead..25cdb8b 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                     <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>