diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-14 16:16:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-14 16:16:12 -0400 |
commit | 871e2b160680d521a6fc96abe745b96d91c9cee6 (patch) | |
tree | e0377dcc6b52d1dccfcdb48f7f623fc428560748 | |
parent | 6362018fd97d0b45527196279c0899c69be28e85 (diff) |
Remove pom.xml sections inherited from oparent
Remove pom.xml sections inherited from oparent. In particular, comment
out distributionManagement so that it is inherited from oparent.
Change-Id: I702e70eb712ecfcf02f6707830b1268586c34e09
Issue-ID: CCSDK-43
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -16,12 +16,6 @@ <version>0.0.2-SNAPSHOT</version> </parent> - <issueManagement> - <system>JIRA</system> - <url>http://jira.onap.org/</url> - </issueManagement> - - <scm> <connection>scm:git:ssh://git@${onap.git.host}/sdnc-code.git</connection> <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-core.git</developerConnection> @@ -29,12 +23,8 @@ <tag>sdnc-core-1.1.0</tag> </scm> - <ciManagement> - <system>Jenkins</system> - <url>https://jenkins.onap.org/</url> - </ciManagement> - +<!-- <distributionManagement> <repository> <id>ecomp-releases</id> @@ -51,7 +41,7 @@ <url>dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}</url> </site> </distributionManagement> - +--> <profiles> <profile> |