diff --git a/docs/src/main/asciidoc/maven-tooling.adoc b/docs/src/main/asciidoc/maven-tooling.adoc index 859d673a64d6b..ee61f110c08ea 100644 --- a/docs/src/main/asciidoc/maven-tooling.adoc +++ b/docs/src/main/asciidoc/maven-tooling.adoc @@ -895,11 +895,11 @@ Here is a list of system properties the Quarkus bootstrap Maven resolver checks | The Maven home dir is used to resolve the global settings file unless it was explicitly provided on the command line with the `-gs` argument | `maven.settings` -| `~/m2/settings.xml` +| `~/.m2/settings.xml` | Unless the custom settings file has been provided with the `-s` argument, this property can be used to point the resolver to a custom Maven settings file | `maven.repo.local` -| `~/m2/repository` +| `~/.m2/repository` | This property could be used to configure a custom local Maven repository directory, if it is different from the default one and the one specified in the `settings.xml` | `maven.top-level-basedir` @@ -925,7 +925,7 @@ These system properties above could be added to, e.g., a `surefire` and/or `fail ${surefire-plugin.version} - ${maven.hom} <1> + ${maven.home} <1> ${settings.localRepository} <2> ${session.request.userSettingsFile.path} <3> ${session.topLevelProject.basedir.absolutePath} <4>