diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-09 15:22:05 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-09 15:22:05 -0400 |
commit | 3f00c1bbc4f322b2a15461cbb5adc6a66d5a2abb (patch) | |
tree | fee914ab5c659d79e41dec7ad7a40f37058e4f0b /pom.xml | |
parent | 88fc0da6b69188748cb2de733818696052150d80 (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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -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> |