aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/pom.xml
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-09 11:55:14 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-09 11:55:18 +0200
commitc41bc9ec829ac6c597614912af79fdd0111e9840 (patch)
tree866be52c780fc12156ac8def82b1c3919521247d /pnfsimulator/pom.xml
parent3c494af52c476a86ae1389991b464914517774b8 (diff)
Add distribution management in pom
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I7bb906bbf993ee6adce253b356a039f259172669
Diffstat (limited to 'pnfsimulator/pom.xml')
-rw-r--r--pnfsimulator/pom.xml18
1 files changed, 18 insertions, 0 deletions
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 @@
</build>
</profile>
</profiles>
+
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>AAF Release Repository</name>
+ <url>${nexusproxy}${releaseNexusPath}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>AAF Snapshot Repository</name>
+ <url>${nexusproxy}${snapshotNexusPath}</url>
+ </snapshotRepository>
+ <site>
+ <id>ecomp-site</id>
+ <url>dav:${nexusproxy}${sitePath}</url>
+ </site>
+ </distributionManagement>
+
</project>