You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by cboehme <gi...@git.apache.org> on 2017/02/20 06:40:22 UTC

[GitHub] maven pull request #105: MNG-6173 MavenSession.getAllProjects() should retur...

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 <ch...@b3e.net>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven pull request #105: MNG-6173 MavenSession.getAllProjects() should retur...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org