From 52267cabc7f4881f3f3fc759ac5398640429c12c Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Mon, 21 Aug 2017 15:57:16 -0500 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6