GitHub user cboehme opened a pull request:

    https://github.com/apache/maven/pull/105

    MNG-6173 MavenSession.getAllProjects() should return all projects in the 
reactor

    This commit moves the initialisation of the allProjects field in
    MavenSession into the DefaultGraphBuilder as the full list of projects
    in the reactor is only available their.
    
    Since MavenSessions's projects and projectDependencyGraph fields were
    already initialised in DefaultGraphBuilder, the code that sets them
    again in DefaultMaven is removed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cboehme/maven MNG-6173-get-all-projects

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven/pull/105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #105
    
----
commit 4085c3b568249ed06d78cb4657df462a095ee553
Author: Christoph Böhme <[email protected]>
Date:   2017-02-20T06:32:17Z

    MNG-6173 MavenSession.getAllProjects() should return all projects in the 
reactor
    
    This commit moves the initialisation of the allProjects field in
    MavenSession into the DefaultGraphBuilder as the full list of projects
    in the reactor is only available their.
    
    Since MavenSessions's projects and projectDependencyGraph fields were
    already initialised in DefaultGraphBuilder, the code that sets them
    again in DefaultMaven is removed.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to