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

[MINSTALL-115] Install At End feature (no extension) #15

Merged
merged 17 commits into from Jul 3, 2022
Merged

Commits on Oct 7, 2021

  1. Install At End feature (no extension)

    This PR makes installAtEnd work as expected even
    if maven-install-plugin is not used as extension.
    
    How it works: it uses mojo Context to store "markers":
    * presence of marker means project was "processed"
    * value of marker tells what should be done (true = install, false = skipped)
    
    UTs adjusted to provide plugin context (was null before).
    cstamas committed Oct 7, 2021
    Copy the full SHA
    06d10f9 View commit details
    Browse the repository at this point in the history
  2. Remove unneeded change

    cstamas committed Oct 7, 2021
    Copy the full SHA
    c08a736 View commit details
    Browse the repository at this point in the history
  3. Add aetherVersion property

    cstamas committed Oct 7, 2021
    Copy the full SHA
    4b03381 View commit details
    Browse the repository at this point in the history
  4. Go back to Java7

    cstamas committed Oct 7, 2021
    Copy the full SHA
    245f135 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    aded185 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Copy the full SHA
    cf070a2 View commit details
    Browse the repository at this point in the history
  2. Fix keys and log message.

    cstamas committed Nov 19, 2021
    Copy the full SHA
    f03c4bf View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Copy the full SHA
    3c1da73 View commit details
    Browse the repository at this point in the history
  2. Format

    cstamas committed Dec 12, 2021
    Copy the full SHA
    4cecdff View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Copy the full SHA
    b73cce7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Copy the full SHA
    10c039f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Undo unrelated changes

    cstamas committed May 29, 2022
    Copy the full SHA
    af0323d View commit details
    Browse the repository at this point in the history
  2. Simplify

    cstamas committed May 29, 2022
    Copy the full SHA
    98065bf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Copy the full SHA
    761fd38 View commit details
    Browse the repository at this point in the history
  2. Better cover all possible cases, be clearer about intent

    Still, we MUST use String as these are spanning across projects,
    hence due classloader, there is no single State enum.
    cstamas committed Jun 29, 2022
    Copy the full SHA
    d292de9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Copy the full SHA
    b6cd186 View commit details
    Browse the repository at this point in the history
  2. fix IT

    hboutemy committed Jul 2, 2022
    Copy the full SHA
    63aa94e View commit details
    Browse the repository at this point in the history