I want to set up a maven javascript project using the maven-javascript-plugin.
This works fine until now, but now I added the DOJO toolkit in the compressed version.
When I start the build process the DOJO toolkit does not pass the jslint test and the build process is stopped.
Can someone tell my how to skip the jslint goal in the build?
Thank you!
You should be able to configure the jslint-plugin and use the “excludes” param of “jslint:jslint”.
You may need to completely specify the jslint plugin configuration; I have not confirmed this.