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

Registry client: option to cleanup old timestamped catalog artifacts #16327

Conversation

aloubyansky
Copy link
Member

@aloubyansky aloubyansky commented Apr 7, 2021

Adds a config option to the Maven registry client to clean up old registry artifacts with timestamps from the local repo, which is on by default. It can be disabled in the .quarkus/config.yaml, e.g.

registries:
- playground.io:
    cleanup-timestamped-artifacts: false
    update-policy: "always"
    maven:
      repository:
        url: http://localhost:8080/registry

@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels Apr 7, 2021
@aloubyansky aloubyansky requested a review from gastaldi April 7, 2021 15:10
Copy link
Contributor

@gastaldi gastaldi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@quarkus-bot
Copy link

quarkus-bot bot commented Apr 7, 2021

Failing Jobs

Status Name Failing step Test failures Logs Raw logs
JVM Tests - JDK 15 Build Test failures Logs Raw logs

@aloubyansky aloubyansky merged commit ecb6be6 into quarkusio:main Apr 7, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Apr 7, 2021
@gsmet gsmet modified the milestones: 2.0 - main, 1.13.2.Final Apr 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants