Re: Can I specify list of directories in the configuration for sourceDirectory

2009-05-29 Thread alsen
Hi, you could try this: http://chadthedeveloper.blogspot.com/2008/02/maven2-multiple-source-directories-and.html Please tell use your experience. Chirag Trivedi wrote: Hi, The sourceDirectory in the configuration section allows us to specify only one directory. I am generating some

Re: Can I specify list of directories in the configuration for sourceDirectory

2009-05-29 Thread Stephen Connolly
look at the buildhelper maven plugin Sent from my [rhymes with myPod] ;-) On 29 May 2009, at 06:43, Chirag Trivedi chiragincont...@yahoo.com wrote: Hi, The sourceDirectory in the configuration section allows us to specify only one directory. I am generating some files in target/

Re: Can I specify list of directories in the configuration for sourceDirectory

2009-05-29 Thread Anders Hammar
Hi, How are these files generated? The general idea is that you shouldn't have to worry about adding that source directory, it should be done by the plugin generating those source files. Maybe it's not a maven plugin generating them? /Anders On Fri, May 29, 2009 at 07:43, Chirag Trivedi

Can I specify list of directories in the configuration for sourceDirectory

2009-05-28 Thread Chirag Trivedi
Hi, The sourceDirectory in the configuration section allows us to specify only one directory. I am generating some files in target/generated-files, which is completely missed by maven plugin. I need the capability to specify a list of directories in the config for my plugin. Regards, Chirag