summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-09 19:35:31 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-09 19:35:31 +0000
commit133f2f8d455ffeca0a99fed9a392d91a8ab190d1 (patch)
tree09dd1be431b3d379b6faae640b368e0686ccd728
parent86a3417765c97f384374c3095867bcb234deb0ca (diff)
parent3f00c1bbc4f322b2a15461cbb5adc6a66d5a2abb (diff)
Merge "Remove parent tag from parent pom.xml"
-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>