cleanup repos and servers 67/2767/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 30 Mar 2017 19:15:15 +0000 (15:15 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 30 Mar 2017 19:15:21 +0000 (15:15 -0400)
Change-Id: I0cd9decef88765d04df22951b487e5556835b677
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PyPDPServer/pom.xml
pom.xml

index 71e3999..b77529a 100644 (file)
@@ -46,7 +46,6 @@
                <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
                <sonar.jacoco.itReportPath>/opt/app/jacoco-it.exec</sonar.jacoco.itReportPath>
                <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
-               <nexusproxy>https://nexus.openecomp.org</nexusproxy>
                <springboot.version>1.3.3.RELEASE</springboot.version>
        </properties>
 
                        <id>spring-releases</id>
                        <url>https://repo.spring.io/libs-release</url>
                </repository>
-               <repository>
-                       <id>ecomp-releases</id>
-                       <name>OpenECOMP Release Repository</name>
-                       <url>${nexusproxy}/content/repositories/releases/</url>
-               </repository>
-               <repository>
-                       <id>ecomp-staging</id>
-                       <name>OpenECOMP Staging Repository</name>
-                       <url>${nexusproxy}/content/repositories/staging/</url>
-               </repository>
        </repositories>
+
        <pluginRepositories>
                <pluginRepository>
                        <id>spring-releases</id>
                </pluginRepository>
        </pluginRepositories>
 
-       <distributionManagement>
-               <repository>
-                       <id>ecomp-releases</id>
-                       <name>OpenECOMP Release Repository</name>
-                       <url>${nexusproxy}/content/repositories/releases/</url>
-               </repository>
-               <snapshotRepository>
-                       <id>ecomp-snapshots</id>
-                       <name>OpenECOMP Snapshot Repository</name>
-                       <url>${nexusproxy}/content/repositories/snapshots/</url>
-               </snapshotRepository>
-       </distributionManagement>
-       
        <dependencyManagement>
                <dependencies>
                        <dependency>
diff --git a/pom.xml b/pom.xml
index 638551c..ee95108 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <name>OpenECOMP Staging Repository</name>
                        <url>${nexusproxy}/content/repositories/staging/</url>
                </repository>
+               <repository>
+                       <id>ecomp-snapshots</id>
+                       <name>OpenECOMP Snapshots Repository</name>
+                       <url>${nexusproxy}/content/repositories/snapshots/</url>
+               </repository>
        </repositories>
 
        <distributionManagement>