Re: [m2] Multiproject execution directory

2006-10-15 Thread Daniel Brolund
ally dislike programming with system properties, but in this case I guess I have no choice. Thank you! /Daniel -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 6:14 PM To: Maven Developers List Subject: Re: [m2] Multiproject execution director

Re: [m2] Multiproject execution directory

2006-10-12 Thread Jason van Zyl
14 PM To: Maven Developers List Subject: Re: [m2] Multiproject execution directory Yes, project should not depend on where it is executed. What is your usecase? (ie why you really need it? ) -D On 10/12/06, Daniel Brolund <[EMAIL PROTECTED]> wrote: Hello! When running multi-project/mu

RE: [m2] Multiproject execution directory

2006-10-12 Thread Brian E. Fox
think it's possible. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 6:14 PM To: Maven Developers List Subject: Re: [m2] Multiproject execution directory Yes, project should not depend on where it is executed. What is your usecase? (

Re: [m2] Multiproject execution directory

2006-10-12 Thread Dan Tran
Yes, project should not depend on where it is executed. What is your usecase? (ie why you really need it? ) -D On 10/12/06, Daniel Brolund <[EMAIL PROTECTED]> wrote: Hello! When running multi-project/multi-module/sub-module builds, does maven2 use the execution directory of the aggregating

[m2] Multiproject execution directory

2006-10-12 Thread Daniel Brolund
Hello! When running multi-project/multi-module/sub-module builds, does maven2 use the execution directory of the aggregating project for /all/ projects? If so, is it possible to make sure each sub-projects is being run in its own root? I use a flat (eclipse-like) project structure: project1/ pr