cjdev2 / jshint-mojo

A simple, speedy maven plugin for running javascript code through jshint
GNU General Public License v2.0
40 stars 32 forks source link

jshint.xml not created in correct folder when mvn run with -f flag #50

Open chonton opened 10 years ago

chonton commented 10 years ago

jshint.xml will be created in a target directory relative to the current directory, rather than the target directory which is child of the project directory. This will occur if you use the -f flag or are using the maven ant task (and possibly in the sub-projects of a multi-module project)