summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-08-21 15:57:16 -0500
committerVictor Morales <victor.morales@intel.com>2017-08-21 16:01:20 -0500
commit52267cabc7f4881f3f3fc759ac5398640429c12c (patch)
tree0dd1d8856b96e9801819652ab231498cabe6262d /pom.xml
parentc1917730a648ddbb6cd51307cea9464a697700d8 (diff)
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 <victor.morales@intel.com> Issue-Id: AAI-207
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 702434f..603ae32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
- <arguments>config set cache node\npm-cache</arguments>
+ <arguments>config set cache node${file.separator}npm-cache</arguments>
</configuration>
</execution>
<execution>