Le 2024-08-08 à 11 h 04, Martin Desruisseaux a écrit :
It would be great to have this summary in the package-info Javadoc,
and also the relevant parts in each interface Javadoc. I will try to
do a PR next weekend for that.
Done as pull request #1640. Relevant commit is:
https://github.com/apache/maven/pull/1640/commits/74cf8257c4f16e7a4dba3e46d3c5898e45fee931
A side-effect of renaming ArtifactCoordinate.getVersion() as
getVersionConstraint() is to make more apparent a dubious call to an
org.eclipse.aether.artifact.DefaultArtifact constructor in
AbstractSession (I didn't investigated if it was correct or not).
Martin