Re: Maven Source filtering issue

2007-07-23 Thread Steven Rowe
> > I also see that the process-sources phase is where source filtering > should be done, but I can find no description of how to do this. > > What am I missing? I have used maven-antrun-plugin for this kind of thing - for an example, see my earlier post from today entitled "

Maven Source filtering issue

2007-07-22 Thread Dmitry
where source filtering should be done, but I can find no description of how to do this. What am I missing? thanks in advance, Dmitry www.ejinz.com Search Engine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Source filtering

2007-04-25 Thread Steven Rowe
Hi, I want to be able to interpolate ${pom.version} in Java source code before compilation. How can I do this? I see that there is a simple way to turn on resource filtering, but that does not appear to be applicable to source code. I also see that the process-sources phase is where source