-
Bug
-
Resolution: Fixed
-
Critical
-
None
The current version of the status monitor does not show Maven 2 projects.
I tracked the issue down to how it gets a list of projects with a MonitorPublisher publisher. Specifically MavenModuleSet does not extend Project, it only extends AbstractProject.
I've attached a patch with a possible fix. Tests are included.