On Nov 30, 2010, at 1:02 PM, Gary Gregory wrote: >> >> Although the wiki is fine it would be better to use a common checkstyle.xml. > > Yes! Can we put that in commons-parent and have it kick in automagically? >
Not unless commons-parent is changed from a project of type pom to a project of type jar. The checkstyle.xml would be the only thing in the jar. This is actually the way the checkstyle plugin team recommends incorporating a checkstyle.xml into a multiproject build. Ralph