hudson:help

Full name:

de.smartics.ci:hudson-maven-plugin:0.2.8:help

Description:

Displays help on the hudson maven plugin.

Attributes:

  • Executes as an aggregator plugin.
  • Since version: 1.0.

Optional Parameters

Name Type Since Description
detail boolean 1.0 This flag specifies that a detailed (verbose) list of goal (Mojo) information should be given.

If information on a goal is requested, the detail value is set to true automatically.


Default value is: false.
goal String 1.0 The name of the goal help is requested for. If not given, a list of all goals is returned.
medium boolean 1.0 This flag specifies that a medium list of goal (Mojo) information should be given.
Default value is: true.
minimal boolean 1.0 This flag specifies that a minimal list of goal (Mojo) information should be given.
Default value is: false.

Parameter Details

detail:

This flag specifies that a detailed (verbose) list of goal (Mojo) information should be given.

If information on a goal is requested, the detail value is set to true automatically.

  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${detail}
  • Default: false

goal:

The name of the goal help is requested for. If not given, a list of all goals is returned.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${goal}

medium:

This flag specifies that a medium list of goal (Mojo) information should be given.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${medium}
  • Default: true

minimal:

This flag specifies that a minimal list of goal (Mojo) information should be given.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Expression: ${minimal}
  • Default: false