maven-checkstyle-plugin

Hudson でこんなエラーが出ていた。


Embedded error: Error rendering Maven report: Failed during checkstyle execution
Could not find resource 'checkstyle.xml'.

ググってみると、maven-checkstyle-plugin の version が2.5 になった事による影響の様。取りあえず、使う version を 2.4 に固定するよう記述を追加して、回避。



org.apache.maven.plugins
maven-checkstyle-plugin

checkstyle.xml
UTF-8



を、以下の様に追記


org.apache.maven.plugins
maven-checkstyle-plugin
2.4

checkstyle.xml
UTF-8


via http://stackoverflow.com/questions/2279819/maven-2-checkstyle-plugin-configlocation