Maven Checkstyle:Check not working

前端 未结 3 1642
再見小時候
再見小時候 2021-01-18 19:31

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.

3条回答
  •  失恋的感觉
    2021-01-18 20:16

    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
    

提交回复
热议问题