From b529fa1824be51fac31f6d3d3bd1b82a21161f2e Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Tue, 26 Jun 2018 13:14:49 +0200 Subject: Attempt to fix build. Change-Id: Ib0b3e56e228e50b57456098a9a7cf38eec4156ba Issue-ID: INT-458 Signed-off-by: Marcin Migdal --- test/mocks/pnfsimulator/.gitlab-ci.yml | 9 --------- test/mocks/pnfsimulator/pom.xml | 11 +++++------ 2 files changed, 5 insertions(+), 15 deletions(-) delete mode 100644 test/mocks/pnfsimulator/.gitlab-ci.yml diff --git a/test/mocks/pnfsimulator/.gitlab-ci.yml b/test/mocks/pnfsimulator/.gitlab-ci.yml deleted file mode 100644 index 4320a5725..000000000 --- a/test/mocks/pnfsimulator/.gitlab-ci.yml +++ /dev/null @@ -1,9 +0,0 @@ -image: archive.docker-registry.eecloud.nsn-net.net/imp/matryoshka:latest - -stages: - - build - -build: - stage: build - script: - - mvn clean package diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index c0e1ad825..0af1f6f6d 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -164,13 +164,12 @@ docker-maven-plugin 1.0.0 - ${project.artifactId} - ${docker.image.tag} + ${onap.nexus.dockerregistry.daily}/onap/${project.artifactId} + latest + ${project.version}-latest ${onap.nexus.dockerregistry.daily} - openjdk:8-jre-alpine - - java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} - + openjdk:8-jdk-alpine + java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class} ${dependency.directory.name} -- cgit 1.2.3-korg