Hello!
I've tried googling for this, but with no success so far.

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/
 project2/
 aggregating_project/

and

   <modules>
     <module>../project1</module>
     <module>../project2</module>
   </modules>

in the aggregating_project pom.xml.

I know, "you shouldn't depend on the execution directory" etc, but
this time I really need it.

Cheers
Daniel

--
__________________________
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to