Liquibase® version 3.8.5 is now available! Get it for free.
2018 XML Announcement
News All Previous Posts >>

Subscribe for email updates

- and/or -

Maven help

liquibase:help

Full name:

org.liquibase:liquibase-maven-plugin:3.8.3:help

Description:

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

Attributes:

  • The goal is thread-safe and supports parallel builds.

Optional Parameters

Name Type Since Description
detail boolean - If true, display all settable properties for each goal.
Default value is: 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.
Default value is: 2.
lineLength int - The maximum length of a display line, should be positive.
Default value is: 80.

Parameter Details

detail:

If true, display all settable properties for each goal.
  • Type: boolean
  • Required: No
  • Default: false

goal:

The name of the goal for which to show help. If unspecified, all goals will be displayed.
  • Type: java.lang.String
  • Required: No

indentSize:

The number of spaces per indentation level, should be positive.
  • Type: int
  • Required: No
  • Default: 2

lineLength:

The maximum length of a display line, should be positive.
  • Type: int
  • Required: No
  • Default: 80