summaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-17 14:34:05 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-17 14:34:05 +0000
commit6aede67ec7f2b42706a3d7b86eaf09c18bf5e616 (patch)
tree00b2dccd92423fd852ddc0a929b786ec4b267dba /test/mocks/pnfsimulator/pom.xml
parente5a9fb0a2d90d7e626a4b76f4cf53b58e2a3cd6a (diff)
parent8cf007dd575a7e8381fd78b831b57ed1f03804f9 (diff)
Merge "Correction problem with license."
Diffstat (limited to 'test/mocks/pnfsimulator/pom.xml')
-rw-r--r--test/mocks/pnfsimulator/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml
index 29376e464..1f1f46a04 100644
--- a/test/mocks/pnfsimulator/pom.xml
+++ b/test/mocks/pnfsimulator/pom.xml
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
+ <parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>0.1.1</version>
@@ -12,7 +12,7 @@
<groupId>org.onap.pnfsimulator</groupId>
<artifactId>pnf-simulator</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>pnf-simulator</name>
@@ -24,8 +24,7 @@
<dependency.directory.name>libs</dependency.directory.name>
<dependency.directory.location>${project.build.directory}/${dependency.directory.name}
</dependency.directory.location>
- <onap.nexus.dockerregistry.daily>nexus3.onap.org:10003</onap.nexus.dockerregistry.daily>
- </properties>
+ </properties>
<dependencies>
<dependency>
@@ -128,8 +127,9 @@
<configuration>
<skipDockerBuild>false</skipDockerBuild>
<imageName>
- ${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}
+ ${onap.nexus.dockerregistry.daily}/onap/${project.artifactId}
</imageName>
+ <baseImage>openjdk:8-jdk-alpine</baseImage>
<cmd>java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class}
</cmd>
<resources>
@@ -144,7 +144,6 @@
</resource>
</resources>
<imageTags>
- <imageTag>${project.version}-SNAPSHOT-${maven.build.timestamp}Z</imageTag>
<imageTag>${project.version}</imageTag>
<imageTag>latest</imageTag>
</imageTags>