gnodet commented on code in PR #1861: URL: https://github.com/apache/maven/pull/1861#discussion_r1825809861
########## api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java: ########## @@ -386,5 +386,26 @@ public final class Constants { @Config(type = "java.lang.Boolean", defaultValue = "true") public static final String MAVEN_CONSUMER_POM = "maven.consumer.pom"; + /** + * User property for disabling version resolver cache. + * + * @since 3.0.0 + */ + @Config(type = "java.lang.Boolean", defaultValue = "false") + public static final String MAVEN_VERSION_RESOLVER_NO_CACHE = "aether.versionResolver.noCache"; Review Comment: Maybe we can make it start with `maven.` instead of `aether.` to be consistent with all other properties ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org