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

Alter session for version discovery #965

Closed

Commits on May 26, 2023

  1. Alter session for version discovery ONLY

    Maven behaviour (w/o any user settings, so OOTB) is to apply
    "never" policies to metadata, hence versions plugin will make
    Maven download ONCE the metadata, and NEVER again. Unless
    users use `-U` that in turn is TOO MUCH, as whole maven session
    is being updated in that case (it is global option).
    
    Instead, make versions pluging derive session from global, and
    set update policy ALWAYS but pinpointing that ONLY to the
    given artifact being discovered.
    cstamas committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d1bdf7c View commit details
    Browse the repository at this point in the history
  2. Add comment

    cstamas committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2bd48a2 View commit details
    Browse the repository at this point in the history