From b788ab5173a2ec2ab9c3577dac0cb1037dcd01d3 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Mon, 4 Jul 2022 09:22:08 +0200 Subject: [PATCH] [#81] Update Maven resolution doc Signed-off-by: Jeff Mesnil --- doc/spec.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spec.adoc b/doc/spec.adoc index c243b3a6..1567773e 100644 --- a/doc/spec.adoc +++ b/doc/spec.adoc @@ -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.