Hi Dave, there is a property "maven.build.dir" to set the build-directory You have to put it in the build.properties file.
Christian -----Original Message----- From: David Walend [mailto:[EMAIL PROTECTED] Sent: Freitag, 20. Juni 2003 21:55 To: Maven Users List Subject: Re: Lame newbie question - how to set target directory for the build? At 11:15 AM 6/19/2003 -0400, you wrote: >That's why you need to use ${basedir} in your file references. As far as >I know there is no consistent way in Java to set the current working >directory. Jason, Yes! That's exactly what I'm trying to do. How do I redefine what's currently defined as "./target" ? I need to know the name of the property or tag or whatever that I need to change in project.xml (or where to change it if it's somewhere else), to make it be "${basedir}/target" . Thanks, Dave --------------------------------------------------------------------- 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]
