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