vlsi commented on issue #11391: URL: https://github.com/apache/maven/issues/11391#issuecomment-3501375120
If you think of a global property that changes the resolution strategy, then what do you think of the following? 1. Global property in `maven.properties` to configure resolution mode (e.g. `maven.dependency.resolution.mode`): `nearest` (default to keep the current behavior), `highest` 2. Dependency-level property like `versionType` = `strict` (default for `nearest`), `require` (default for `highest`) In that case, there's no need in project-level `dependencyVersionType`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
