Thanks, I didn't even think of looking in the project.xml - it gets kind of confusing when you have so many places to configure stuff like this.
Do you know if the <sourceDirectory> has always pointed to WEB-INF/src - I did build the helloworld test and see that's how it's set now, but my original webapp had it set to target/src. -John --- Brett Porter <[EMAIL PROTECTED]> wrote: From: Brett Porter <[EMAIL PROTECTED]> Date: Sat, 6 Nov 2004 12:55:59 +1100 To: Maven Users List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: compiling java from WEB-INF/src I'm unsure of what the turbine plugin does, but Maven will compile from wherever <sourceDirectory> points to in project.xml On Fri, 5 Nov 2004 17:38:22 -0800 (PST), John Harris <[EMAIL PROTECTED]> wrote: > My webapp is setup in "inplace"mode. I've been wondering why > maven only compiles from ./target/src instead of ./WEB-INF/src. > The project.properties file is set with: > turbine.plugin.src.java = ./WEB-INF/src > > If ./target/src is where we should be working from, do I need > to keep ./WEB-INF/src around? > > Thanks, > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
