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

Expose Maven Resolver configuration properties #41832

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cstamas
Copy link
Contributor

@cstamas cstamas commented Jul 11, 2024

Java System Properties prefixed with quarkus.bootstrap.resolver. will have prefix cut off and set into Resolver configuration map.

For ref:
https://maven.apache.org/resolver-archives/resolver-LATEST-1.x/configuration.html

All properties on this page with prefix are now applicable.

Related to #38814

@gsmet ping

Java System Properties prefixed with `quarkus.bootstrap.resolver.`
will have prefix cut off and set into Resolver configuration
map.

For ref:
https://maven.apache.org/resolver-archives/resolver-LATEST-1.x/configuration.html

All properties on this page with prefix are now applicable.
@quarkus-bot quarkus-bot bot added the area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins label Jul 11, 2024
@aloubyansky
Copy link
Member

We could as well add aether.* properties?

@gsmet
Copy link
Member

gsmet commented Jul 16, 2024

@aloubyansky I agree it would be nice to maybe have a map of properties that we can define. We need to be careful to not have a warning about unknown config when doing so though.

Would you have a look at it? Or should I?

@aloubyansky
Copy link
Member

I was wondering whether we need to wraps them in quarkus.*. Couldn't we just add aether.*?

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants