I have some own extended checks. I have exported them as plug-in and in Eclipse, they are showing warning/error. So the extended checks are working fine.
Now I want to g
I have found out the following solution, which is working fine.
, set this .jar as classpath
Like, after done till 2nd step, I found checkstyle_packages.xml is already present, so I edit it and added the content from extended one in proper position.
Previous Version:
Changed Version:
now the build file is running successfully and in the report I'm getting violation of extended checks too.