From e433aa52cd947d53288a61f688f0320969608455 Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 12 Jun 2026 14:45:28 +0100 Subject: [PATCH] Fix Maven debug command in `configuration.md` The argument referenced in the documentation is incorrect: ``` % mvn -x Unable to parse command line options: Unrecognized option: -x ``` --- maven/src/site/markdown/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven/src/site/markdown/configuration.md b/maven/src/site/markdown/configuration.md index 68a79397c11..b5d783f282e 100644 --- a/maven/src/site/markdown/configuration.md +++ b/maven/src/site/markdown/configuration.md @@ -146,7 +146,7 @@ Advanced Configuration ==================== The following properties can be configured in the plugin. However, they are less frequently changed. -Note that any passwords in the below configuration could be exposed if you use `-x` option to debug the build. It is always better to configure the credential in your settings.xml and use the configuration to set the server id instead of placeing the password directly in the pom.xml. +Note that any passwords in the below configuration could be exposed if you use `-X` option to debug the build. It is always better to configure the credential in your settings.xml and use the configuration to set the server id instead of placeing the password directly in the pom.xml. | Property | Description | Default Value | |---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|