-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3.1, 3.3.3, 3.3.9
-
Fix Version/s: 3.5.0-beta-1, 3.5.0
-
Component/s: None
-
Labels:None
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.
I came across this bug when I tried to fix an issue in the flatten-maven-plugin. In order to solve the issue a list of all projects in the reactor is needed.
- is broken by
-
MNG-5775 Provide extension point for alternate implementations to construct build graph
-
- Closed
-
- links to