ant:help

Full name:

org.apache.maven.plugins:maven-ant-plugin:2.1:help

Description:

Display help information on maven-ant-plugin. Call 'mvn ant:help -Ddetail=true' to display parameter details.

Attributes:

    Optional Parameters

    Name Type Since Description
    detail boolean - If true, display all settable properties for each goal. Default value is: false.
    indentSize int - The number of spaces per indentation level. Default value is: 2.
    lineLength int - The maximum length of a display line. Default value is: 80.

    Parameter Details

    detail :

    If true, display all settable properties for each goal.

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

    indentSize :

    The number of spaces per indentation level.

    • Type: int
    • Required: No
    • Expression: ${indentSize}
    • Default: 2

    lineLength :

    The maximum length of a display line.

    • Type: int
    • Required: No
    • Expression: ${lineLength}
    • Default: 80