aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-10 11:33:14 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-10 11:33:14 +0100
commit3ad6abfdc99ce65db63c0839e2ce30da58a87596 (patch)
treebc3ec14f77ffba18afa3fe15ed15c98c294e8dbd /pom.xml
parent2784a3e5a22490deba8bbc15e3a8a0ad219c9e45 (diff)
Move httpserver from pnf-simulator repo to nf-simulator/pm-https-server
Change-Id: I57c8852c0f573c524db6a8da07a1b64966a3402c Issue-ID: INT-1869 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ffd5602..11f1ac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,9 @@
<version>1.0.0-SNAPSHOT</version>
<properties>
+ <docker-maven-plugin.version>0.34.1</docker-maven-plugin.version>
+ <docker.image.tag>latest</docker.image.tag>
+ <docker.image.name>onap/${project.artifactId}</docker.image.name>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -86,7 +89,7 @@
<images>
<image>
<alias>${project.artifactId}</alias>
- <name>${docker-image.namespace}/${docker-image.name.prefix}.${artifactId}</name>
+ <name>${onap.nexus.dockerregistry.daily}/${docker.image.name}</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
<dockerFileDir>${project.basedir}</dockerFileDir>