rsingla / jslint4java

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

Introduce skip property to skip running JSLint #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Almost every plugin which supports testing things 
(checkstyle/pmd/surefire/failsafe/etc/etc/etc) have a "skip" parameter they can 
take which could allow someone to run a build like:

$ mvn -Djslint4java.skip=true deploy

Or, more importantly, activate a "skip all tests" profile which would set the 
property in a pom.xml.  

Please add a property like this to jslint4java.

Thanks!

Original issue reported on code.google.com by jatw...@linuxstuff.org on 4 Oct 2012 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by d...@happygiraffe.net on 28 Nov 2012 at 7:58

GoogleCodeExporter commented 9 years ago
Fixed in 
https://github.com/happygiraffe/jslint4java/commit/2e72e335ffdde0624b7a670c195cd
f616ec9d100.

Original comment by d...@happygiraffe.net on 28 Nov 2012 at 9:28