summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-09 15:22:05 -0400
committerDan Timoney <dtimoney@att.com>2017-10-09 15:22:05 -0400
commit3f00c1bbc4f322b2a15461cbb5adc6a66d5a2abb (patch)
treefee914ab5c659d79e41dec7ad7a40f37058e4f0b
parent88fc0da6b69188748cb2de733818696052150d80 (diff)
Remove parent tag from parent pom.xml
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>
-rwxr-xr-xpom.xml18
1 files changed, 11 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 25cdb8b1..2a15e819 100755
--- a/pom.xml
+++ b/pom.xml
@@ -12,12 +12,6 @@
<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>
@@ -189,6 +183,17 @@
</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>
@@ -233,7 +238,6 @@
</organization>
<modules>
- <module>odlparent-boron-sr3</module>
<module>odlparent-carbon-sr1</module>
</modules>
</project>