mirror of
https://github.com/apache/maven.git
synced 2025-02-09 19:45:34 +00:00
Currently, if a project is returned from the workspace reader, but is not part of the reactor, a NPE occurs. In this case, the repositories are read from the model instead. This closes #981