Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
add locall downloaded node to exec-maven-plugin's PATH environment va…
Browse files Browse the repository at this point in the history
…riables
  • Loading branch information
Patrick Huang committed May 28, 2015
1 parent 65292b9 commit a0a7e1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/pom.xml
Expand Up @@ -67,6 +67,9 @@
<version>1.4.0</version>
<configuration>
<executable>${node.install.directory}/node/node</executable>
<environmentVariables>
<PATH>${node.install.directory}/node/node:${node.install.directory}/node/npm/bin:${env.PATH}</PATH>
</environmentVariables>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit a0a7e1d

Please sign in to comment.