aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-30 15:15:15 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-03-30 15:15:21 -0400
commit043ac5e7df90d537a4732a68975edf6ecd35be6e (patch)
treef43a9f36dee9260e560c72508b40f36ecd328a8e
parentf769523d137564898a5adba8012e972da7219250 (diff)
cleanup repos and servers
Change-Id: I0cd9decef88765d04df22951b487e5556835b677 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--PyPDPServer/pom.xml25
-rw-r--r--pom.xml5
2 files changed, 6 insertions, 24 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml
index 71e3999eb..b77529a73 100644
--- a/PyPDPServer/pom.xml
+++ b/PyPDPServer/pom.xml
@@ -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>
@@ -55,17 +54,8 @@
<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>
@@ -73,19 +63,6 @@
</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 638551c81..ee9510835 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,11 @@
<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>