如何在maven中设置requirejs插件

时间:2013-10-15 06:52:43

标签: maven requirejs

我将我的项目从ubuntu移动到windows,而requirejs插件不起作用!

我只是更改了nodejs路径

<nodeExecutable>C:/Program Files/nodejs/node</nodeExecutable>

maven回归

[ERROR] Failed to execute goal com.github.mcheely:requirejs-maven-plugin:2.0.0:o
ptimize (default) on project interactBack: r.js exited with an error. -> [Help 1
]   

我用cmd测试了我的项目,它很有趣!

node r.js -o app.build.js

有什么问题?

1 个答案:

答案 0 :(得分:0)

我得到了答案!

如作者所说

nodeExecutable

An optional path to a nodejs executable. This should not be needed if node is in 
the system path as 'node' or 'nodejs';

所以,只需删除标签即可。