-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jeff Mesnil <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
jmesnil
Author
Member
|
||
If a channel directly defines a stream that matches the groupId/artifactId of the artifact, the version will be resolved from this stream. | ||
|
This breaks a lot of stuff, the latest artifact version from whatever channels are in use must be used.