From 460db394f45e2dc56df5a35a39efe45b50e255bb Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Mon, 11 Nov 2024 11:31:23 +0100 Subject: [PATCH] Fix link to DefaultRepositorySystemSessionFactory --- maven-resolver-tools/src/main/resources/configuration.md.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-resolver-tools/src/main/resources/configuration.md.vm b/maven-resolver-tools/src/main/resources/configuration.md.vm index 60e6e8112..9e70761fd 100644 --- a/maven-resolver-tools/src/main/resources/configuration.md.vm +++ b/maven-resolver-tools/src/main/resources/configuration.md.vm @@ -66,5 +66,5 @@ From | To | With ## Set Configuration from Apache Maven To set one of the configuration options from above just use system variables. As system variables only support String values the type conversion mentioned above needs to be leveraged. -Sometimes Maven uses different default values than the Maven Resolver itself or tries to extract certain values from the `settings.xml`. For details refer to . -]]# \ No newline at end of file +Sometimes Maven uses different default values than the Maven Resolver itself or tries to extract certain values from the `settings.xml`. For details refer to [`DefaultRepositorySystemSessionFactory`](https://github.com/apache/maven/blob/master/impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java). +]]#