Root pom file cleanup 33/34333/2
authorPatrick Brady <pb071s@att.com>
Tue, 6 Mar 2018 19:10:13 +0000 (14:10 -0500)
committerPatrick Brady <pb071s@att.com>
Tue, 6 Mar 2018 19:13:00 +0000 (14:13 -0500)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index dd06451..9745d7d 100644 (file)
--- 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>