From fef23cf947dd313611523eba9210e833f9bc5c80 Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Wed, 13 Nov 2024 12:28:13 +0100 Subject: [PATCH] Update generated page --- src/site/markdown/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/markdown/configuration.md b/src/site/markdown/configuration.md index 35741ccdd..84747e6cb 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -167,4 +167,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 [`DefaultRepositorySystemSessionFactory`](https://github.com/apache/maven/blob/8005826df75c09ed530c31d636206309f5fab13b/impl/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java). +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). +