The default compile dir is ${basedir}/target/classes I want
${basedir}/build for all my projects.-----Original Message----- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: jeudi 11 d�cembre 2003 14:35 To: Maven Users List Subject: Re: How set maven.build.dest in project.xml ? On Thu, 2003-12-11 at 04:41, St�phane Philippart wrote: > Hello, > > I want to set the maven.build.dest to the 'build' value, when i do that > in a project.properties of each sun projects with : > maven.build.dest=${basedir}/build/ everything is find ! I'll ask why you really want to do this and second that in coming versions I would like to make target/ your only choice. > But i don't want to do that for all my sub-projects so i want to put > this property in the project.xml of my projects main project and > inherite it in my sub projects. > > I put the lines : > <properties> > <maven.build.dest>build</maven.build.dest> > </properties> > in the root projetc.xml. > > The other parameters (like dependencies, build for example) are well > inherited the properties seems not inherited. In the archive thread i > read it will be having problems for inheritance of properties in the > project.xml. > > Does it work ? If yes what i have did wrong ? Why do you even want to do this? > Thanks > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- 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]
