GitHub user bentatham opened a pull request: https://github.com/apache/maven-plugins/pull/134
MPH-124: add alias to describe detail Simply add the alias to the detail output, if it exists. Sample output from one of our custom plugins: ``` [INFO] 'helios-dev:deploy-apollo' is a plugin goal (aka mojo). Mojo: 'helios-dev:deploy-apollo' helios-dev:deploy-apollo Description: (no description available) Implementation: ca.nanometrics.maven.helios.development.DeployApolloMojo Language: java Available parameters: m_bboverlay (Default: ${project.build.directory}/bboverlay-tmp/${project.artifactId}) Alias: bboverlay Required: true User property: bboverlay-tmp (no description available) m_host Alias: host Required: true User property: sshhost (no description available) m_keyFile (Default: ${user.home}/.ssh/id_rsa.helios) Alias: keyfile User property: keyfile (no description available) ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/bentatham/maven-plugins feature/MPH-124-add-alias Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-plugins/pull/134.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #134 ---- commit 22aac4cb1934dc5999e614fe863fe15ffb722f52 Author: Ben Tatham <bentat...@nanometrics.ca> Date: 2017-11-09T16:10:20Z MPH-124: add alias to describe detail ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org