spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/cli/maven-setting.adoc

17 lines
533 B
Plaintext

[[cli.maven-setting]]
== Configuring the CLI With settings.xml
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
* Mirrors
* Servers
* Proxies
* Profiles
** Activation
** Repositories
* Active profiles
See https://maven.apache.org/settings.html[Maven's settings documentation] for further information.