Skip to content

Commit

Permalink
Fix link to DefaultRepositorySystemSessionFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored Nov 11, 2024
1 parent 48f0e9c commit 460db39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-resolver-tools/src/main/resources/configuration.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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>.
]]#
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).
]]#

0 comments on commit 460db39

Please sign in to comment.