Re: How do I add generated resources to target jar?

2008-08-31 Thread Jan van Mansum
AIL PROTECTED]>: > Maven pom allows you to add additional resource directories. Check > the pom schema again. > > -D > > On Fri, Aug 29, 2008 at 2:40 PM, Jan van Mansum <[EMAIL PROTECTED]> wrote: >> Hello group, >> >> I am using the antlr3 maven plugin

How do I add generated resources to target jar?

2008-08-29 Thread Jan van Mansum
Hello group, I am using the antlr3 maven plugin to generate a parser. I would also like the .tokens file to be included in the target jar file, so that a client project can use it to generate a tree walker. How can a achieve this? Thanks for any help, best regards, -- Jan van Mansum

Re: Centrally managing configuration files in a multi-module project

2008-08-28 Thread Jan van Mansum
attention to the dependency plug-in. I think I have some other problems that can be solved with it. Best regards, Jan van Mansum. 2008/8/28 Brett Porter <[EMAIL PROTECTED]>: > The general approach used here can be seen in the checkstyle plugin - the > configuration is able to be provided

Re: Centrally managing configuration files in a multi-module project

2008-08-27 Thread Jan van Mansum
won't work. Is there a way to refer to the pom.xml that actually declares the plugin element? Thanks and regards, Jan van Mansum. 2008/8/27 Jan van Mansum <[EMAIL PROTECTED]>: > Hello group, > > I have a multi-module project and I want to use the same jalopy (code > fo

Centrally managing configuration files in a multi-module project

2008-08-27 Thread Jan van Mansum
/jalopy.xml process-classes format -- Jan van Mansum