This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
commit 24420ee6260c6ce95e671d0f74a2f2f63b317d4a Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jun 14 23:52:11 2026 +0200 Fix formatting in expected-help.txt for inline link consistency --- .../src/it/help-basic-deprecated-annotation-only/expected-help.txt | 2 +- maven-plugin-plugin/src/it/help-basic-jdk11/expected-help.txt | 2 +- maven-plugin-plugin/src/it/help-basic/expected-help.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maven-plugin-plugin/src/it/help-basic-deprecated-annotation-only/expected-help.txt b/maven-plugin-plugin/src/it/help-basic-deprecated-annotation-only/expected-help.txt index d05f112a..c3aeb824 100644 --- a/maven-plugin-plugin/src/it/help-basic-deprecated-annotation-only/expected-help.txt +++ b/maven-plugin-plugin/src/it/help-basic-deprecated-annotation-only/expected-help.txt @@ -6,7 +6,7 @@ help-deprecated-annotation-only:test MOJO-DESCRIPTION. Some "quotation" marks and backslashes '\\', some important javadoc - and an inline link to test.AnotherMojo. + and an inline link to test.AnotherMojo . Available parameters: diff --git a/maven-plugin-plugin/src/it/help-basic-jdk11/expected-help.txt b/maven-plugin-plugin/src/it/help-basic-jdk11/expected-help.txt index 25875a0e..069f241b 100644 --- a/maven-plugin-plugin/src/it/help-basic-jdk11/expected-help.txt +++ b/maven-plugin-plugin/src/it/help-basic-jdk11/expected-help.txt @@ -6,7 +6,7 @@ help-jdk11:test MOJO-DESCRIPTION. Some "quotation" marks and backslashes '\\', some important javadoc - and an inline link to test.AnotherMojo. + and an inline link to test.AnotherMojo . Available parameters: diff --git a/maven-plugin-plugin/src/it/help-basic/expected-help.txt b/maven-plugin-plugin/src/it/help-basic/expected-help.txt index 68d99c2b..2bed0f0d 100644 --- a/maven-plugin-plugin/src/it/help-basic/expected-help.txt +++ b/maven-plugin-plugin/src/it/help-basic/expected-help.txt @@ -6,7 +6,7 @@ help:test MOJO-DESCRIPTION. Some "quotation" marks and backslashes '\\', some important javadoc - and an inline link to test.AnotherMojo. + and an inline link to test.AnotherMojo . Available parameters:
