Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE ProjectExecutionManager.resolvePhase (#1053)
defaultLifecycles.get(phase) can return null as phase is the value provided by users on the command line. E.g. direct mojo execution.
- Loading branch information