-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[MNG-8362] Adding some missing config properties #1861
Conversation
To have them listed in generated docs. --- https://issues.apache.org/jira/browse/MNG-8362
* @since 3.0.0 | ||
*/ | ||
@Config(type = "java.lang.Boolean", defaultValue = "false") | ||
public static final String MAVEN_VERSION_RESOLVER_NO_CACHE = "aether.versionResolver.noCache"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can make it start with maven.
instead of aether.
to be consistent with all other properties ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed.
This component is in maven, but implements Resolver API (as Resolver is "incomplete"), but yes, I agree, this is a Maven implementation detail, not resolver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Also enlist Maven 3.9 property and do support it.
To have them listed in generated docs.
https://issues.apache.org/jira/browse/MNG-8362