This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit ad1ba3558901b0111633cfa75b5eb9f3e80871e7 Author: Konrad Windszus <[email protected]> AuthorDate: Sat Nov 11 16:10:33 2023 +0100 fix escaping --- content/apt/guides/introduction/introduction-to-profiles.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/guides/introduction/introduction-to-profiles.apt b/content/apt/guides/introduction/introduction-to-profiles.apt index 42d41d20..4c6f14ca 100644 --- a/content/apt/guides/introduction/introduction-to-profiles.apt +++ b/content/apt/guides/introduction/introduction-to-profiles.apt @@ -357,7 +357,7 @@ mvn groupId:artifactId:goal -Denvironment=test Also there is a known bug with command line option values starting with <<<->>> ({{{https://issues.apache.org/jira/browse/CLI-309}CLI-309}}), therefore it is recommended to use it with the syntax <<<-P=-profilename>>>. ----- -mvn groupId:artifactId:goal -P \\!profile-1,\\!profile-2,\\!?profile-3 +mvn groupId:artifactId:goal -P \!profile-1,\!profile-2,\!?profile-3 ----- or
