Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNG-7667] Fix Bootstrap IT #230

Merged
merged 4 commits into from
Jan 12, 2023
Merged

Commits on Jan 12, 2023

  1. [MNG-7667] Partial fix that "works for me"

    This change hunts down m-install-p and m-deploy-p versions from
    tested Maven (the one bound in default lifecycle) and resolves them
    and their dependencies. This makes IT pass for me with both, non
    updated Maven 3.9.0 and updated 3.9.0 re lifecycle plugins.
    
    The ITs exectute this mojo in Bootstrap IT that executes with
    pom that has packaging=pom, but the m-install-p and m-deploy-p
    are still present. The "proper" fix would be to somehow grab the
    versions of ALL plugins in all lifecycles burned in currently
    tested Maven, but unsure how to achieve that.
    cstamas committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d5f5e8e View commit details
    Browse the repository at this point in the history
  2. More formats/plugins

    cstamas committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    818550d View commit details
    Browse the repository at this point in the history
  3. Fix comment

    cstamas committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    abd4945 View commit details
    Browse the repository at this point in the history
  4. Make it proper.

    Finish the PoC, split properly and explain what is happening,
    cstamas committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c531097 View commit details
    Browse the repository at this point in the history