We are looking to incorporate jsLint or jsHint into our continuous integration process, I have found many maven plugins that will execute jsLint or jsHint and will break the build if the rules have been violated.
We do not, however, have the luxury of fixing all of the discovered issues immediately, so I just want to use jsLint/jsHint to generate reports, rather than break the build.
What I am looking for is a way to have the jsLint/jsHint maven plugin publish the result in the mvn site similar to checkstyle.
If anyone has any ideas or knows of any existing plugins that have this option, it would help a lot.
Already investigated:
- http://mojo.codehaus.org/jslint-maven-plugin/ – goes beyond the basics, but no reporting
- http://code.google.com/p/jslint-maven-plugin/ – fails the build, no reporting
The list goes on, many are similar in what they do, no reporting though.
Found the solution:
http://www.dev.abiss.gr/mvn-jstools