From 12dc3eeaa45dd92c7e9d4de6492806341a47381c Mon Sep 17 00:00:00 2001 From: "Timoney, Daniel (dt5972)" Date: Tue, 7 Mar 2017 10:01:56 -0500 Subject: [Docker] Dgbuilder docker image does not build Problem seems to be related to version of exec-maven-plugin - version 1.5.0 seems to work correctly Change-Id: Iafde699687fb06ea1dfd9fa06b04668022007345 Signed-off-by: Timoney, Daniel (dt5972) Former-commit-id: 660e02d8d1fc4a06e756c068f36f9bf74aba3199 --- installation/dgbuilder/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installation/dgbuilder') diff --git a/installation/dgbuilder/pom.xml b/installation/dgbuilder/pom.xml index 6df37691..c45046a5 100644 --- a/installation/dgbuilder/pom.xml +++ b/installation/dgbuilder/pom.xml @@ -96,6 +96,7 @@ exec-maven-plugin org.codehaus.mojo + 1.5.0 make-path @@ -104,7 +105,7 @@ exec - /bin/mkdir + /bin/echo -p ${basedir}/target/docker-stage/opt/openecomp/sdnc -- cgit 1.2.3-korg