summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--checkstyle/pom.xml19
-rw-r--r--cps-bom/pom.xml2
-rwxr-xr-xcps-dependencies/pom.xml2
-rw-r--r--cps-parent/pom.xml2
4 files changed, 19 insertions, 6 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml
index c6b0d2479..d0cf7c361 100644
--- a/checkstyle/pom.xml
+++ b/checkstyle/pom.xml
@@ -6,4 +6,23 @@
<groupId>org.onap.cps</groupId>
<artifactId>checkstyle</artifactId>
<version>0.0.1-SNAPSHOT</version>
+
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ </properties>
+
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>${nexusproxy}${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>${nexusproxy}${snapshotNexusPath}</url>
+ </snapshotRepository>
+ </distributionManagement>
</project> \ No newline at end of file
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml
index 43ad05f9a..520a48415 100644
--- a/cps-bom/pom.xml
+++ b/cps-bom/pom.xml
@@ -12,10 +12,8 @@
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
</properties>
<distributionManagement>
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 9e0269b3a..6fc0bc5e3 100755
--- a/cps-dependencies/pom.xml
+++ b/cps-dependencies/pom.xml
@@ -18,14 +18,12 @@
<groovy.version>3.0.6</groovy.version>
<hibernate-types.version>2.10.0</hibernate-types.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<modelmapper.version>2.3.8</modelmapper.version>
<spock-core.version>2.0-M2-groovy-3.0</spock-core.version>
<springboot.version>2.3.3.RELEASE</springboot.version>
<springfox.version>3.0.0</springfox.version>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<swagger.version>2.1.4</swagger.version>
<yangtools.version>5.0.6</yangtools.version>
</properties>
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index b7b64af3b..ebd421b55 100644
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -22,7 +22,6 @@
<jib-maven-plugin.version>2.6.0</jib-maven-plugin.version>
<minimum-coverage>0.20</minimum-coverage>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<oparent.version>3.1.0</oparent.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -30,7 +29,6 @@
<spring-boot-maven-plugin.version>2.3.3.RELEASE</spring-boot-maven-plugin.version>
<swagger-codegen-maven-plugin.version>3.0.18</swagger-codegen-maven-plugin.version>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
- <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<tag.version>${project.version}</tag.version>
</properties>