Github user barthel commented on the pull request:
https://github.com/apache/maven/pull/57#issuecomment-120431206
My preferred strategy is to resolve only released versions within a version
range (```"onlyReleases"```). If a developer needs a SNAPSHOT version, it is
possible to insert the SNAPSHOT version directly without version range.
But that is my case so I would like to give a more flexible way to react on
the needs.
For now it isn't possible to change the strategy in a plugin or something
like that. At the first time the strategies shipped with the Maven core
(maven-aether-provider) are the only once.
Maybe it is a more clear solution to implement a filter around the hard
defined version range resolver. That's what the new strategies internally
really are.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]