This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push: new 460db394 Fix link to DefaultRepositorySystemSessionFactory 460db394 is described below commit 460db394f45e2dc56df5a35a39efe45b50e255bb Author: Konrad Windszus <k...@apache.org> AuthorDate: Mon Nov 11 11:31:23 2024 +0100 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 60e6e811..9e70761f 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 <https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java>. -]]# \ 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). +]]#