Create a custom ErrorManager to better integrate Closure with Maven

Issue #3 resolved
Marcin Szczepanski created an issue

The Closure Compiler can be constructed with a custom ReportingManager, we could create our own implementation of this that logs using standard Maven error logging rather than just to stdout.

We should also then add a way to set the log level we want to see from Closure, and disable the warnings that just get ignored.

Comments (1)

  1. Log in to comment