Re: [M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2006-07-20 Thread Brill Pappin
I'm having this problem as well... modules all build fine on their own, but I can't reference a module relative path properly when starting a reactor build from the parent. - Brill Pappin On 11/24/05, Brett Porter <[EMAIL PROTECTED]> wrote: On 11/23/05, Jörg Schaible <[EMAIL PROTECTED]> wrote:

Re: [M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2005-11-24 Thread Brett Porter
On 11/23/05, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > Maven 2.x is not currently > > forking, so relative paths are correctly relative to user.dir. > > Any plans for it? This seems quite essential. For our company this is a > show-stopper and as David Jackman explained in his posting it is als

[M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2005-11-23 Thread Jörg Schaible
Hi Brett Brett Porter (JIRA) wrote on Wednesday, November 23, 2005 3:08 AM: >> When testing from the parent POM dir, all paths are relative to it. >> This causes major trouble in unit tests, that access the file system. >> All tests work if the test is started from the subproject directly. >> In