mirror of
https://github.com/apache/maven.git
synced 2025-02-11 20:45:41 +00:00
LifecycleMappingDelegate allows extension points provide custom lifecycle mapping logic. The main usecase is to allow lifecycle that reuse plugin configuration from default lifecycle. For example "test-only" lifecycle will only run mojos bound to tests phase of default lifecycle and nothing else. Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>