From 2d3d81e659b0fd8c99fc21eb22cf7e743c5862c2 Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Tue, 23 Jul 2024 10:07:04 +0800 Subject: Add the distributionManagement tag to the pom file Issue-ID: USECASEUI-839 Change-Id: I0063510e917b6ea8e87ca07263a7e0984c8d21dd Signed-off-by: kaixiliu --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index e515e1a..fda82b3 100644 --- a/pom.xml +++ b/pom.xml @@ -39,4 +39,16 @@ content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/ + + + ecomp-releases + ${nexusproxy}/${releaseNexusPath} + + + ecomp-snapshots + ${nexusproxy}/${snapshotNexusPath} + + + + -- cgit 1.2.3-korg