I have been working on trying to get Checkstyle working in Maven in the Eclipse Indigo IDE for a while. Finally, I thought I will ask for some expert advise on this.
1.configLocation for a custom checkstyle is being ignored and always default to Sun checkstyle.
For this please use below tag:
properties/checkstyle.xml
in your POM.xml of project on which your using checkstyle.this line will be on the top and below tag of pom.xml.
0.0.1-SNAPSHOT