From: kaixiliu Date: Tue, 23 Jul 2024 02:07:04 +0000 (+0800) Subject: Add the distributionManagement tag to the pom file X-Git-Tag: 15.0.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2d3d81e659b0fd8c99fc21eb22cf7e743c5862c2;p=usecase-ui%2Fintent-analysis.git Add the distributionManagement tag to the pom file Issue-ID: USECASEUI-839 Change-Id: I0063510e917b6ea8e87ca07263a7e0984c8d21dd Signed-off-by: kaixiliu --- 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} + + + +