[ 
http://jira.codehaus.org/browse/MNG-3176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_106209
 ] 

Jason van Zyl commented on MNG-3176:
------------------------------------

For the time being I've changed this to a method to give me the ReactorManager 
as the ReactorManager is doing to many things. It doesn't need to have the 
build success reported to it as this can be done with the session. The reactor 
manager should go no further then DefaultMaven. It doesn't need to manage 
blacklists or build times. Again the session can do this. All we need is 
execute( session).

> Create a separate method in Maven component to create a topo sorted list of 
> projects
> ------------------------------------------------------------------------------------
>
>                 Key: MNG-3176
>                 URL: http://jira.codehaus.org/browse/MNG-3176
>             Project: Maven 2
>          Issue Type: Task
>          Components: Embedding
>    Affects Versions: 2.1.x
>            Reporter: Jason van Zyl
>            Assignee: Jason van Zyl
>             Fix For: 2.1-alpha-1
>
>
> This method would then be used for execution and for use in the embedder's 
> buildWithDependencies method. This helps IDE integrators by getting the set 
> of projects that can be imported by grabbing a parent POM but also gives them 
> the correct order to process them. In IDEA a module must exist before it can 
> be referenced by another during creation. So having the sort order is 
> necessary not only for execution and building, but for operations like 
> importing a set of new projects.

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

        

Reply via email to