The hawtio build on windows fails in hawtio-api-docs with the following error:
INFO] Running "typedoc:build" (typedoc) task
[INFO] The command line is too long.
[INFO] Warning: Task "typedoc:build" failed. Use --force to continue.
[INFO]
[INFO] Aborted due to warnings.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.128 s
[INFO] Finished at: 2015-05-18T13:55:26-04:00
[INFO] Final Memory: 15M/222M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:grunt (grunt build) on project hawtio-api-docs: Failed to run task: 'grunt typedoc --directory=E:\hawtio\hawtio-api-docs/target/hawtio-api-docs-1.4.redhat-SNAPSHOT --no-color' failed. (error code 3) -> [Help 1]
If I run grunt manually I get:
.//node_modules/grunt-cli/bin/grunt --no-color
Building hawt.io api docs to target
Running "typedoc:build" (typedoc) task
The command line is too long.
Warning: Task "typedoc:build" failed. Use --force to continue.
Aborted due to warnings.
Adding --force will allow the build to complete, but