Checkstyle: Custom Rules - Eclipse Plugin
I have written few custom checkstyle rules using checkstyle API. They run fine using Maven (after I add the new project as a dependency to the checkstyle plugin). Now I want these rules to be used by the Eclipse Checkstyle plugin. And this is where I am stuggling. I've downloaded the sample plugin project (as suggested here and here ). I do not understand what to do next after reading these links. Do I need to export my project as a JAR? How do I plug it into my existing Checkstyle plugin? Thanks You already have the correct links that will eventually get you there. As for your questions: All