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