nuitonreport:help

Nom complet :

org.nuiton:nuiton-maven-report-plugin:3.0.1:help

Description :

Display help information on nuiton-maven-report-plugin.
Call mvn nuitonreport:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.

Attributs :

  • Le goal est thread-safe et supporte des constructions parallèles.

Paramètres optionnels

Nom Type Depuis Description
detail boolean - If true, display all settable properties for each goal.
Valeur par défaut : false.
Propriété utilisateur : detail.
goal String - The name of the goal for which to show help. If unspecified, all goals will be displayed.
Propriété utilisateur : goal.
indentSize int - The number of spaces per indentation level, should be positive.
Valeur par défaut : 2.
Propriété utilisateur : indentSize.
lineLength int - The maximum length of a display line, should be positive.
Valeur par défaut : 80.
Propriété utilisateur : lineLength.

Détails des paramètres

detail :

If true, display all settable properties for each goal.
  • Type : boolean
  • Exigé : Non
  • Propriété utilisateur : detail
  • Défaut : false

goal :

The name of the goal for which to show help. If unspecified, all goals will be displayed.
  • Type : java.lang.String
  • Exigé : Non
  • Propriété utilisateur : goal

indentSize :

The number of spaces per indentation level, should be positive.
  • Type : int
  • Exigé : Non
  • Propriété utilisateur : indentSize
  • Défaut : 2

lineLength :

The maximum length of a display line, should be positive.
  • Type : int
  • Exigé : Non
  • Propriété utilisateur : lineLength
  • Défaut : 80