Skip to content

Commit

Permalink
Merge pull request #83 from jmesnil/81_doc
Browse files Browse the repository at this point in the history
[#81] Update Maven resolution doc
  • Loading branch information
jmesnil authored Jul 4, 2022
2 parents 7bfc165 + b788ab5 commit 0dc67bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/spec.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ They consume channels by pulling the channel artifact corresponding to the `grou
A Maven artifact can be resolved through a channel.
Such a resolution will use the Maven repositories configured by the provisioning tool.
The channels will be searched for a stream that matches the `groupId`/`artifactId` of the artifact.
The channels will be searched in their listed order to find a stream that matches the `groupId`/`artifactId` of the artifact.
If a channel directly defines a stream that matches the groupId/artifactId of the artifact, the version will be resolved from this stream.
Expand Down

0 comments on commit 0dc67bf

Please sign in to comment.