"Huang, Yan" <[EMAIL PROTECTED]> writes:

> Hello,
>
> I'm wondering how maven is figuring out the Reactor build order and if
> there is a way to tweak this order? If I see there are exact same line
> for a particular project twice in this order, does it mean that maven 2
> would build twice?
>

Maven builds projects by doing  a topological sorting of the nodes of
the directed graph constructed by the dependency relation between
modules. This graph is constructed by looking at <modules> and
<dependencies> tags in poms. Or so I think....
-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com


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

Reply via email to