From: Determe, Sebastien (sd378r) Date: Tue, 26 Jun 2018 13:05:55 +0000 (+0200) Subject: Fix the docker build X-Git-Tag: 3.0.0~64 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d3428d8fb2084930cdbe3a013ead2890b1d32e9d;p=clamp.git Fix the docker build Fix docker build when "docker" profile is enabled Issue-ID: CLAMP-187 Change-Id: Ib0c5ec159279b260b4ea93015a2174cab39ed5ef Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index d849473d..93977ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,7 @@ ${project.version} localhost:5000 + nexus3.onap.org:10001 true true true @@ -90,6 +91,54 @@ 8.5.28 + + + without-test + + + maven.test.skip + true + + + + true + + + + without-IT-only + + + skipITs + true + + + + true + + + + without-IT-only2 + + + skipTests + true + + + + true + + + + docker + + true + false + false + false + + + + ecomp-releases @@ -811,7 +860,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.16 + 2.17 @@ -839,7 +888,7 @@ 1.23 - mariadb:10.1.11 + library/mariadb:10.1.11 mariadb @@ -862,7 +911,7 @@ - python:2-slim + library/python:2-slim python python @@ -900,7 +949,8 @@ ${project.docker.latesttagtimestamp.version} ${project.docker.latesttag.version} - + Dockerfile assembly/clamp-files.xml @@ -909,7 +959,6 @@ - ${skipITs} @@ -932,9 +981,6 @@ start - - ${skipITs} - docker-stop-for-it @@ -942,9 +988,6 @@ stop - - ${skipITs} - @@ -1009,15 +1052,4 @@ - - - docker - - true - false - false - false - - -