Remove parent tag from parent pom.xml 11/17711/1
authorDan Timoney <dtimoney@att.com>
Mon, 9 Oct 2017 19:22:05 +0000 (15:22 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 9 Oct 2017 19:22:05 +0000 (15:22 -0400)
Top level pom.xml in ccsdk/parent should not have a parent.

Change-Id: I5b273662e66d079cea164a235840b0cdfde36421
Issue-ID: CCSDK-113
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 25cdb8b..2a15e81 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
     <url>http://wiki.onap.org</url>
     <description>Parent POMs to be used by clients of CCSDK</description>
 
-    <parent>
-        <groupId>org.onap.ccsdk.parent</groupId>
-        <artifactId>odlparent-carbon-sr1</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
-    </parent>
-
     <properties>
         <!-- ONAP repositories -->
         <onap.nexus.host>nexus.onap.org</onap.nexus.host>
         </pluginManagement>
 
         <plugins>
+            <plugin>
+                <groupId>org.sonatype.plugins</groupId>
+                <artifactId>nexus-staging-maven-plugin</artifactId>
+                <version>1.6.7</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <nexusUrl>${onap.nexus.url}</nexusUrl>
+                    <stagingProfileId>176c31dfe190a</stagingProfileId>
+                    <serverId>ecomp-staging</serverId>
+                </configuration>
+            </plugin>
 
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
     </organization>
 
     <modules>
-        <module>odlparent-boron-sr3</module>
         <module>odlparent-carbon-sr1</module>
     </modules>
 </project>