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
>
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