diff options
author | michaere <michaere@amdocs.com> | 2018-03-08 17:43:45 +0000 |
---|---|---|
committer | michaere <michaere@amdocs.com> | 2018-03-08 17:51:39 +0000 |
commit | 0f93718a35ab8a85e9d2eaac90e1783d2e6627b7 (patch) | |
tree | 9a39ad988c42c4835a9807206e29d9b3da6f4899 /champ-lib | |
parent | c74f7b13b573386e70c10721fc391624ee792ed6 (diff) |
Remove DistributionManagement section from pom
Updates to champ-lib pom also include the removal of scm tags, which were pointing to specific
repositories. This will be handled by the settings.xml and build job
Issue-ID: AAI-848
Change-Id: I3bca4cc05748388fb806b81474d26776bc1b677b
Signed-off-by: michaere <michaere@amdocs.com>
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 771957a..7f98c25 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -27,26 +27,6 @@ <!--<distFilesRoot>/appl/${project.artifactId}/${project.version}</distFilesRoot>--> </properties> - <scm> - <connection>scm:git:ssh://git@codecloud.web.att.com:7999/st_aai/champ.git</connection> - <tag>HEAD</tag> - </scm> - - <distributionManagement> - <!-- Repository to publish RELEASE artifacts to. --> - <repository> - <id>nexus</id> - <name>ecomp_aai-releases</name> - <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/ecomp_aai-releases</url> - </repository> - <!-- Repository to publish SNAPSHOT artifacts to. --> - <snapshotRepository> - <id>nexus</id> - <name>ecomp_aai-snapshots</name> - <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/ecomp_aai-snapshots</url> - </snapshotRepository> - </distributionManagement> - <dependencyManagement> <dependencies> <dependency> |