summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-11-13 13:42:42 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-11-13 13:46:19 +0000
commit00da0afbadf37d80b8e17a60880ec5f8d1756b74 (patch)
treeb469c3f87a4bc59ab8349a93aa54c33ae4bf93a1 /pom.xml
parent1bb3639f4ad0395fd941fc072154838f62bb8193 (diff)
Fix for cps-master-merge-java job after removing oParent
- Added ecom repo. configuration into cps-aggregator - Explicitly set onap.nexus.url Issue-ID: CPS-2496 Change-Id: I010f97ea438bfbaa9cde81ef1a5cc9839b0d1121 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 27a9a216ae..f95573edc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,10 @@
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.install.skip>false</maven.install.skip>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
</properties>
<modules>
@@ -64,6 +68,19 @@
<module>policy-executor-stub</module>
</modules>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>${onap.nexus.url}${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>${onap.nexus.url}${snapshotNexusPath}</url>
+ </snapshotRepository>
+ </distributionManagement>
+
<build>
<plugins>
<plugin>