diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-21 15:57:16 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-21 16:01:20 -0500 |
commit | 52267cabc7f4881f3f3fc759ac5398640429c12c (patch) | |
tree | 0dd1d8856b96e9801819652ab231498cabe6262d | |
parent | c1917730a648ddbb6cd51307cea9464a697700d8 (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
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |