[
https://issues.apache.org/jira/browse/MNG-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895582#comment-15895582
]
ASF GitHub Bot commented on MNG-6173:
-------------------------------------
GitHub user cboehme opened a pull request:
https://github.com/apache/maven-integration-testing/pull/19
[MNG-6173] MavenSession.getAllProjects() should return all projects in the
reactor
Integration tests for issue
[MNG-6173](https://issues.apache.org/jira/browse/MNG-6173) as requested.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cboehme/maven-integration-testing
MNG-6173-get-all-projects
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-integration-testing/pull/19.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 #19
----
commit 46e501ef71f5918b79c87056980d4f35f0924490
Author: Christoph Böhme <[email protected]>
Date: 2017-03-03T21:07:17Z
[MNG-6173] getAllProjects() should return all projects
Adds a test for checking that MavenSession.getAllProjects() returns the full
list of projects in the reactor even when only some of them are selected
for being built.
commit 7b8edbe31c32a4460a254dcd1c8db81587c0df56
Author: Christoph Böhme <[email protected]>
Date: 2017-03-04T07:33:26Z
[MNG-6173] Test getProjects() and getProjectDependencyGraph()
Adds a test for checking that MavenSession.getProjects() contains the
projects being built and that MavenSession.getProjectDependencyGraph()
is set.
The fix for MNG-6173 changed the way these to properties are
initialised. This integration test verifies that the initialisation is
still correct.
----
> MavenSession.getAllProjects() should return all projects in the reactor
> -----------------------------------------------------------------------
>
> Key: MNG-6173
> URL: https://issues.apache.org/jira/browse/MNG-6173
> Project: Maven
> Issue Type: Bug
> Affects Versions: 3.3.1, 3.3.3, 3.3.9
> Reporter: Christoph Böhme
>
> According to MNG-5582 {{MavenSession.getAllProjects()}} should return all
> projects in the reactor even if the set is constrained by {{--projects}}. The
> current implementation, however, returns the same constrained list that is
> returned by {{MavenSession.getProjects()}}.
> This bug seems to have been introduced when MNG-5775 was implemented.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)