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

[MDEPLOY-193] Deploy At End feature (no extension) #20

Merged
merged 9 commits into from Jul 3, 2022
Merged

Commits on Oct 7, 2021

  1. Deploy At End feature (no extension)

    This PR makes deployAtEnd work as expected even
    if maven-deploy-plugin is not used as extension.
    
    How it works: it uses mojo Context to store "markers" (and params):
    * presence of marker means project was "processed"
    * value of marker tells what should be done (true = deploy, false = skipped)
    * if needed, other params are stored as well
    
    UTs adjusted to provide plugin context (was null before).
    cstamas committed Oct 7, 2021
    Copy the full SHA
    4eab93f View commit details
    Browse the repository at this point in the history
  2. Go back to Java7

    cstamas committed Oct 7, 2021
    Copy the full SHA
    fc30c35 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Fix keying and log message.

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

Commits on May 29, 2022

  1. Copy the full SHA
    49ada36 View commit details
    Browse the repository at this point in the history
  2. Fix UT

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

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

Commits on Jun 29, 2022

  1. Better handling of all cases (skipped one module).

    Also, be clearer re intent. Still, cannot use enum directly, as
    due classloading, there is no single enum.
    cstamas committed Jun 29, 2022
    Copy the full SHA
    d1fb040 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

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

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