cstamas opened a new pull request, #1038:
URL: https://github.com/apache/maven/pull/1038

   The original fix MNG-7672 matched the "scope" but missed the "order". 
project.collectedProjects are in order as loaded (POM order), is not 
topologically sorted.
   
   Fix is to use DAG of projects, ask for downstream
   projects (will return more then we need but sorted) and narrow that list to 
only contain collected
   projects.
   
   Related commit: 48cac1c003fdc409e8c455c21fcba07050393b0c
   
   ---
   
   https://issues.apache.org/jira/browse/MNG-7720
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to