From: Bartosz Gardziejewski Date: Thu, 9 Apr 2020 09:55:14 +0000 (+0200) Subject: Add distribution management in pom X-Git-Tag: 1.0.0~51 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c41bc9ec829ac6c597614912af79fdd0111e9840;p=integration%2Fsimulators%2Fpnf-simulator.git Add distribution management in pom Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I7bb906bbf993ee6adce253b356a039f259172669 --- diff --git a/deployment/pnf-pnp-simulators-resources.zip b/deployment/pnf-pnp-simulators-resources.zip deleted file mode 100644 index e099cbb..0000000 Binary files a/deployment/pnf-pnp-simulators-resources.zip and /dev/null differ diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index ecf5845..23b7592 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -315,4 +315,22 @@ https://dl.bintray.com/palantir/releases/ + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 9a8e796..af797de 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -400,4 +400,22 @@ + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + diff --git a/pom.xml b/pom.xml index 0bd2f23..00eda50 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,10 @@ deployment + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ UTF-8 1.8 1.8 @@ -76,4 +80,23 @@ + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + +