diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-09 17:31:32 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-10 13:19:34 +0000 |
commit | 7bc072ef7a8690b655daa7586a8ea76ebf308ba1 (patch) | |
tree | 879c79d409c8bd70f8cb58c5a554c61adfd512cc /oparent | |
parent | dffc2f59ab7e8e35945eea56cb83f1a0e2a26153 (diff) |
Adding missing akka and sshd-core in dependencies bom's
oparent and standaloneParent poms
- Adding distributionManagement section
- Replacing hardocded nexus url with properties variable
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ifaa84b695ae45f0de7c431af3489d9b33d4b9fce
Diffstat (limited to 'oparent')
-rwxr-xr-x | oparent/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index ed21639a..750553f5 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -25,6 +25,16 @@ <system>JIRA</system> <url>https://jira.onap.org/</url> </issueManagement> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <url>${onap.nexus.release-url}</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <url>${onap.nexus.snapshot-url}</url> + </snapshotRepository> + </distributionManagement> <properties> <!-- Sonar properties --> |