On 9/30/06, Stephen Duncan <step...@gmail.com> wrote:
You could put the config file into a jar project, and depend on that
project as a build extension, and use a relative url to that file.
That's how I set it up originally for Struts, but then I realized we
would have to release this jar, just like we have to release the
master pom, in advance of a release of the framework.
The only other option I can think of is configuring the Checkstyle
plugin in every single module with the correct relative path.