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

ci: always cache maven dependencies #12424

Merged
merged 12 commits into from May 9, 2023
Merged

Commits on May 9, 2023

  1. ci: configure maven the same way for all ci jobs

    This creates `.mvn/maven.config` with config that we want to use for all
    maven invocations in CI. Otherwise, it's easy to make changes where
    we would suddenly run maven with different config that is either
    incompatible or not as reliable.
    oleschoenburg committed May 9, 2023
    Configuration menu
    Copy the full SHA
    dc13d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bfa3f0 View commit details
    Browse the repository at this point in the history
  3. ci: only cache downloaded, released artifacts from maven

    This ensures that we don't cache locally installed artifacts or
    snapshot artifacts from our dependencies.
    oleschoenburg committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6a82e0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b018b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eefd9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d828cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    387f9dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3e638e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07e5175 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    511dbe0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27a22d9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91983b0 View commit details
    Browse the repository at this point in the history