aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/pom.xml
diff options
context:
space:
mode:
authorPawel Kadlubanski <pawel.kadlubanski@nokia.com>2018-05-16 10:30:48 +0200
committerPawel Kadlubanski <pawel.kadlubanski@nokia.com>2018-05-17 12:34:46 +0200
commit8cf007dd575a7e8381fd78b831b57ed1f03804f9 (patch)
treef1b48fca7593177862ecbfece01b838a8c5fad5c /test/mocks/pnfsimulator/pom.xml
parent57c49c5f01d110e91cc8770a4bdf7b2fcbb0d53b (diff)
Correction problem with license.
Issue-ID: INT-458 Change-Id: I82eee40642f7b3afd54b66ff1978214b55fd63f1 Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
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>