[ http://jira.codehaus.org/browse/MNG-1045?page=all ]
     
Brett Porter closed MNG-1045:
-----------------------------

    Resolution: Fixed

> resolve ordering of parent build in reactor
> -------------------------------------------
>
>          Key: MNG-1045
>          URL: http://jira.codehaus.org/browse/MNG-1045
>      Project: Maven 2
>         Type: Bug
>   Components: maven-project
>     Reporter: Brett Porter
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-3

>
>
> previously, parent always built first. This caused issues with cycles when 
> the parent depended on the child (Which may also be the case with modules and 
> an aggregating root if that occurs).
> Now, with the parent last, the "clean:clean" command is causing issues 
> (previously it0065 - until dependency on parent's target directory was 
> removed). A child is using/writing to the parent's target directory, and then 
> clean comes and wipes it out.
> - is this acceptable?
> - what alternatives are there?
> Currently proposed solution:
> - parent is not factored into dependency graph to avoid cycles
> - parent is forced to come before children if not aggregating
> - parent is forced to come last if aggregating (currently aggregating doesn't 
> run children anyway, relying on earlier output)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to