2

Is there a way to get the (excellent) wro4j jshint plugin to produce a surefire report as part of its execution?

I'm not sure if this is an outstanding feature request or if there is already a way of doing it. Currently the only output I can get is command line - is that correct or have I missed anything?

Caroline
  • 1,582
  • 3
  • 16
  • 30

1 Answers1

2

This issue is not supported yet by default. There is an open issue for that which will be fixed in one of the future releases. Until then, you can create a custom implementation of JsHintMojo and implement the surefire report support.

Alex Objelean
  • 3,893
  • 2
  • 27
  • 36