Re: m-source-p excludes regex support

2012-05-23 Thread Ryan Connolly
Thanks, Jeff. I was hoping there might be some logic in the include/exclude functionality that would allow includes to use an explicit file name while excluding the others that matched the exclude pattern. Anyway, we found a way to set the prefix of one of the sets of generated sources which allow

Re: m-source-p excludes regex support

2012-05-23 Thread Jeff MAURY
You must understand that excludes limits the set configured by includes. So your configuration will has no sources as Quote.java will be discarded by Q*.java Review your configuration Jeff On Mon, May 21, 2012 at 7:44 PM, Ryan Connolly wrote: > Hello, Maven Users: > I am faced with a situatio

m-source-p excludes regex support

2012-05-21 Thread Ryan Connolly
Hello, Maven Users: I am faced with a situation where we are generating two sets of sources at build time and I would like to exclude the sources generated by one of these plugins when creating our source jar by using a regex expression. For example, we have a source file Quote.java that plugin1 u