Merge branch '2.5.x' into 2.6.x

Closes gh-29480
This commit is contained in:
Andy Wilkinson
2022-01-19 13:18:50 +00:00
8 changed files with 443 additions and 308 deletions

View File

@@ -1,7 +1,7 @@
[[cli.maven-setting]]
== Configuring the CLI with settings.xml
The Spring Boot CLI uses Aether, Maven's dependency resolution engine, to resolve dependencies.
The CLI makes use of the Maven configuration found in `~/.m2/settings.xml` to configure Aether.
The Spring Boot CLI uses Maven Resolver, Maven's dependency resolution engine, to resolve dependencies.
The CLI makes use of the Maven configuration found in `~/.m2/settings.xml` to configure Maven Resolver.
The following configuration settings are honored by the CLI:
* Offline