summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-03-06 14:10:13 -0500
committerPatrick Brady <pb071s@att.com>2018-03-06 14:13:00 -0500
commitc018454288976c407974dd979670befa399e8ab7 (patch)
treea60e21ba36168e92fe94eba7546b5a61f1cd9531
parented798abe7510b6d528b6e37d10368739326812c8 (diff)
Root pom file cleanup
Remove the unused repository and scm tags from the root pom file. They are causing merge job to fail and should not be there. Change-Id: If3611b093cc818133916e468770d497f8edc56d9 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
-rw-r--r--pom.xml51
1 files changed, 0 insertions, 51 deletions
diff --git a/pom.xml b/pom.xml
index dd06451..9745d7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,41 +35,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<npm.executable>npm</npm.executable>
</properties>
-
- <!-- ================================================================================== -->
- <!-- The SCM repository we are using -->
- <!-- ================================================================================== -->
- <scm>
- <connection>scm:git:ssh://codecloud.web.att.com:7999/st_ac/app-c.git</connection>
- <developerConnection>scm:git:ssh://codecloud.web.att.com:7999/st_ac/app-c.git</developerConnection>
- <url>ssh://codecloud.web.att.com:7999/st_ac/app-c.git</url>
- <tag>appc-1.4.17</tag>
- </scm>
-
- <!-- ================================================================================== -->
- <!-- Maven Central Repository Information -->
- <!-- ================================================================================== -->
- <distributionManagement>
- <repository>
- <id>nexus</id>
- <name>att-repository-releases</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-releases</url>
- </repository>
- <snapshotRepository>
- <id>nexus</id>
- <name>att-repository-snapshots</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots</url>
- </snapshotRepository>
- </distributionManagement>
-
- <!-- ================================================================================== -->
- <!-- Define additional repositories -->
- <!-- ================================================================================== -->
- <repositories>
-
- </repositories>
-
-
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -188,21 +153,5 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</plugins>
</build>
- <profiles>
- <profile>
- <id>platform-windows</id>
- <activation>
- <os>
- <family>windows</family>
- </os>
- </activation>
- <properties>
- <!-- Override the executable names for Windows -->
- <npm.executable>npm.cmd</npm.executable>
- <grunt.executable>grunt.cmd</grunt.executable>
- <bower.executable>bower.cmd</bower.executable>
- </properties>
- </profile>
- </profiles>
</project>