jdtaus-resource-mojo:help

Vollständiger Name:

org.jdtaus.mojo:jdtaus-resource-mojo:3.14:help

Beschreibung:

Display help information on jdtaus-resource-mojo.
Call
  mvn jdtaus-resource-mojo:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details.

Attribute:

  • Dieses Goal is thread-sicher und unterstützt paralleles Bauen.

Optionale Parameter

Name Typ Seit Beschreibung
detail boolean - If true, display all settable properties for each goal.
Standardwert ist: false.
goal String - The name of the goal for which to show help. If unspecified, all goals will be displayed.
indentSize int - The number of spaces per indentation level, should be positive.
Standardwert ist: 2.
lineLength int - The maximum length of a display line, should be positive.
Standardwert ist: 80.

Parameter-Details

detail:

If true, display all settable properties for each goal.
  • Typ: boolean
  • Erforderlich: Nein
  • Ausdruck: ${detail}
  • Standard: false

goal:

The name of the goal for which to show help. If unspecified, all goals will be displayed.
  • Typ: java.lang.String
  • Erforderlich: Nein
  • Ausdruck: ${goal}

indentSize:

The number of spaces per indentation level, should be positive.
  • Typ: int
  • Erforderlich: Nein
  • Ausdruck: ${indentSize}
  • Standard: 2

lineLength:

The maximum length of a display line, should be positive.
  • Typ: int
  • Erforderlich: Nein
  • Ausdruck: ${lineLength}
  • Standard: 80