This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
The following commit(s) were added to refs/heads/master by this push: new e3e93fe [MPH-177] Document help:help goal (#124) e3e93fe is described below commit e3e93fede57fc5de21ef4e29494b6e4b683f0e16 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Tue Oct 22 12:08:41 2024 +0000 [MPH-177] Document help:help goal (#124) * Document help:help goal --- src/site/apt/index.apt.vm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index c1d9499..a69f9d0 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -36,7 +36,7 @@ ${project.name} * Goals Overview - The Help Plugin has 7 goals: + The Help Plugin has 8 goals: * {{{./active-profiles-mojo.html}help:active-profiles}} lists the profiles which are currently active for the build. @@ -53,9 +53,11 @@ ${project.name} * {{{./evaluate-mojo.html}help:evaluate}} evaluates Maven expressions given by the user in an interactive mode. + * {{{./help-mojo.html}help:help}} Display help information for the maven-help-plugin itself. + * {{{./system-mojo.html}help:system}} displays a list of the platform details like system properties and environment variables. - + [] * Major Version Upgrade to version 3.0.0 @@ -85,7 +87,7 @@ ${project.name} * Examples - To provide you with better understanding on some usages of the Help Plugin, you can take a look into the + To better understand some usages of the Help Plugin, see the following example(s): * {{{./examples/describe-configuration.html}Configuring Describe Goal}}