rsingla / jslint4java

Automatically exported from code.google.com/p/jslint4java
Other
0 stars 0 forks source link

junit report for maven #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The maven documentation doesn't mention any report formatter option, and trying 
a few likely options (eg <formatter>junit</formatter> under configuration) 
didn't change the output at all.

Has this just not been implemented yet, or am I doing it wrong?

Original issue reported on code.google.com by glenn.fo...@gmail.com on 24 Oct 2011 at 9:25

GoogleCodeExporter commented 9 years ago
Right now, it's hard coded to be the default JSLint output.  I suspect that 
this is an accident.  Indeed, looking at the commit that introduced this, I 
removed a TODO "Write JUnit XML reports out".  It should allow selection of 
either JUnit XML or JSLint XML.

Original comment by d...@happygiraffe.net on 4 Nov 2011 at 8:15

GoogleCodeExporter commented 9 years ago
As of ad3e6d17, we now output all report formats into 
${project.build.directory}/jslint4java.

Original comment by d...@happygiraffe.net on 6 Feb 2012 at 8:46