From 218fe3875a1f84d712ca8120c67d5377ea8e0a26 Mon Sep 17 00:00:00 2001 From: Khalid Shakir Date: Tue, 15 Apr 2014 17:06:49 +0800 Subject: [PATCH] Quoting -out parameter during resource bundle (StingText.properties) creation. Fixes case where directory has parenthesis in it, like "Dropbox (Broad Dropbox1)". --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efb36bac4..209da06c8 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ 2g false true - -build-timestamp "${maven.build.timestamp}" -absolute-version ${build.version} -out ${project.build.outputDirectory}/${resource.bundle.path} + -build-timestamp "${maven.build.timestamp}" -absolute-version ${build.version} -out "${project.build.outputDirectory}/${resource.bundle.path}"