From 86fc2ff5ef3776b9d25a9bfe026a69de9c2ac4a6 Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Fri, 10 Aug 2018 15:09:31 +0200 Subject: Preparing for INT-607 Attempt to fix build part 5 Change-Id: Ie0b1f3ed2bc6e73dad2ff8ee10c65da4276829e9 Issue-ID: INT-607 Signed-off-by: Marcin Migdal --- test/mocks/pnfsimulator/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'test/mocks/pnfsimulator/pom.xml') diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 18e8163bc..e68ca8b2f 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -240,10 +240,14 @@ 1.0.0 ${onap.nexus.dockerregistry.daily} + + ${onap.nexus.dockerregistry.daily}/${docker.image.name} latest + ${project.version} + ${project.version}-${maven.build.timestamp} openjdk:8-jre-alpine java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} @@ -258,7 +262,9 @@ ${project.build.finalName}.jar + true + + + org.jacoco -- cgit 1.2.3-korg