This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch olamy-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 6859708a77049827a207bd940d153113d0a86414 Author: Olivier Lamy <[email protected]> AuthorDate: Wed Mar 8 17:12:05 2023 +1000 update section title --- content/markdown/guides/mini/guide-resolver-transport.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/markdown/guides/mini/guide-resolver-transport.md b/content/markdown/guides/mini/guide-resolver-transport.md index 2381cb15..fa49c31c 100644 --- a/content/markdown/guides/mini/guide-resolver-transport.md +++ b/content/markdown/guides/mini/guide-resolver-transport.md @@ -85,7 +85,7 @@ If your build environment uses Wagon specific configuration (in `settings.xml` o configuration first. You can still upgrade and use latest Maven, with use `-Dmaven.resolver.transport=wagon` user property to stick with Wagon, but migration to new transport is warmly recommended. -## The Devil Is In Details +## Per Transport configuration details Depending on which transport you use (`native`, `wagon` or something else), you will want to refer to the corresponding page(s) for detailed configuration options:
