From: Victor Morales Date: Mon, 21 Aug 2017 20:57:16 +0000 (-0500) Subject: Fix Windows separator character X-Git-Tag: v1.0.0~13 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=commitdiff_plain;h=52267cabc7f4881f3f3fc759ac5398640429c12c Fix Windows separator character The pom.xml contains a folder separator that only works on Windows OS Change-Id: Ia39802109f5ceb43afe962ab12d7b749f67c8613 Signed-off-by: Victor Morales Issue-Id: AAI-207 --- diff --git a/pom.xml b/pom.xml index 702434f..603ae32 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ generate-resources - config set cache node\npm-cache + config set cache node${file.separator}npm-cache