[MRESOLVER-292] Fix configuration name in documentation to match with actual name#217
[MRESOLVER-292] Fix configuration name in documentation to match with actual name#217cstamas merged 1 commit intoapache:masterfrom
Conversation
|
Please help check. |
|
Thanks for the review. |
What do you mean by "1.9.0 was not released successfully"? It is out there on Central, and even Maven PR now successfully use it? apache/maven#831 |
|
1.9.1 release is planned, so far 3 PRs https://github.com/apache/maven-resolver/milestone/1 |
|
@cstamas Saw the jars in Central and docs updated: https://maven.apache.org/resolver/configuration.html#. Thanks! |
|
Resolve #966 |
As discussed in https://issues.apache.org/jira/browse/MNG-5896, the param in code does not match with the one in doc:
https://maven.apache.org/resolver/configuration.html
DOC: aether.dependencyCollector.impl
Code: aether.collector.impl
https://issues.apache.org/jira/browse/MRESOLVER-292