From d37ed18c3aff4fe522adb803322ba912819c73da Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 26 Feb 2013 12:14:54 +0530 Subject: [PATCH] CLOUDSTACK-1244: Make sure path exists before copying scripts in client/target This reverts commit cc25e58d, let's explicitly make sure that paths exists. Signed-off-by: Rohit Yadav --- client/pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 760923b2a16..255b6adfe0a 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -268,7 +268,15 @@ - + + + + + + + + + @@ -281,13 +289,6 @@ - - - - - - -