aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-09 10:34:06 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-09 10:58:39 +0100
commit25d28fdb367d346c7a264eed8cbe8eab14e66724 (patch)
tree7af410a52e543839e68308ef37681e5fb40a910a
parent3a379f80dd6df7ea28210e46c2cea81a64b95534 (diff)
Move httpserver from pnf-simulator repo to nf-simulator/pm-https-server
Change-Id: I83b85ab573c30a571a409c19cc793574ff0e9f13 Issue-ID: INT-1869 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
-rw-r--r--pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 45448df..a1d8b18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,11 +29,15 @@
<artifactId>oparent</artifactId>
<version>3.2.0</version>
</parent>
-
+ <groupId>org.onap.integration.nfsimulator</groupId>
<artifactId>pmhttpsserver</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
<docker.registry>nexus3.onap.org:10003</docker.registry>