atom feed7 messages in org.apache.maven.usersRe: Checkstyle Behind A Firewall
FromSent OnAttachments
Craig McClanahanSep 30, 2006 2:43 pm 
Andreas GutherSep 30, 2006 3:21 pm 
Craig McClanahanSep 30, 2006 3:58 pm 
Stephen DuncanSep 30, 2006 4:18 pm 
Wendy SmoakSep 30, 2006 4:55 pm 
Andreas GutherSep 30, 2006 7:43 pm 
Barrie TreloarNov 22, 2006 5:50 pm 
Subject:Re: Checkstyle Behind A Firewall
From:Wendy Smoak (wsm@gmail.com)
Date:Sep 30, 2006 4:55:04 pm
List:org.apache.maven.users

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.