aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-16 09:00:43 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-16 09:00:43 +0100
commit47b3effb1fa27df5fe82f2e80ddbdf955a8b6494 (patch)
tree00a03011474806c60155c48e6393789659a178fd
parente50f4bf303ac291eadabe9c28bfa42161c11bed5 (diff)
Move httpserver from pnf-simulator repo to nf-simulator/pm-https-server1.0.0
Change-Id: I5ea64a6c76e4af6bf4f2b26a9a1f8bf7247b7b0f Issue-ID: INT-1869 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 11f1ac1..fb95876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
<version>1.0.0-SNAPSHOT</version>
<properties>
+ <skipDockerPush>true</skipDockerPush>
<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>
@@ -72,6 +73,7 @@
<phase>package</phase>
<goals>
<goal>build</goal>
+ <goal>push</goal>
</goals>
</execution>
<execution>