mirror of
https://github.com/apache/maven.git
synced 2025-02-23 10:45:27 +00:00
This change extends Bootstrap IT (1st IT that fills in local repo) to hunt down some plugins that are bound in lifecycles provided by Maven under test. Changes: * the Bootstrap IT invokes only the phase where DownloadMojo is bound * DownloadMojo (the "bootstrap") changed to do "this or that": it either resolves all artifacts from provided file OR collects plugins for given project packaging plugin versions provided by tested Maven default lifecycle. * Split more Bootstrap project POMs, now we have 4 modules, we can add more (even extension if needed) --- https://issues.apache.org/jira/browse/MNG-7667