Re: directory where jvm is forked in surefire

2006-04-08 Thread Brett Porter
The working directory is always the execution root so that it behaves consistently between forking and non-forking. user.dir is always set to that directory. - Brett anita kulshreshtha wrote: > Hi, > I have a project with the following directory > structure : > --myproject > --modules >

directory where jvm is forked in surefire

2006-03-20 Thread anita kulshreshtha
Hi, I have a project with the following directory structure : --myproject --modules --module-1 --module-2 module-1 and module-2 have pom.xmls with forkmode=once|pertest. When I build it from the top level ,i.e. 'myproject' directory which directory the jvm is forked in? What i