Skip to content

Commit

Permalink
Merge pull request #26045 from rquinio1A/bugfix/mvn-doc
Browse files Browse the repository at this point in the history
Fix some typos in Maven tooling doc
  • Loading branch information
Sanne authored Jun 10, 2022
2 parents 7cac57e + e3db6dc commit 40db70f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -925,7 +925,7 @@ These system properties above could be added to, e.g., a `surefire` and/or `fail
<version>${surefire-plugin.version}</version>
<configuration>
<systemPropertyVariables>
<maven.home>${maven.hom}</maven.home> <1>
<maven.home>${maven.home}</maven.home> <1>
<maven.repo.local>${settings.localRepository}</maven.repo.local> <2>
<maven.settings>${session.request.userSettingsFile.path}</maven.settings> <3>
<maven.top-level-basedir>${session.topLevelProject.basedir.absolutePath}</maven.top-level-basedir> <4>
Expand Down

0 comments on commit 40db70f

Please sign in to comment.