Fork me on GitHub

buildplan:list

Full name:

fr.jcgay.maven.plugins:buildplan-maven-plugin:1.5:list

Description:

List plugin executions for the current project.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
<appendOutput> boolean - Allow to specify appending to the output file
Default value is: false.
User property is: buildplan.appendOutput.
<outputFile> File - Allow to specify an output file to bypass console output
User property is: buildplan.outputFile.
<showLifecycles> boolean - (no description)
Default value is: false.
User property is: buildplan.showLifecycles.
<skip> boolean - Flag to easily skip all checks
Default value is: false.
User property is: buildplan.skip.
<tasks> String[] - Allow to specify which tasks will be used to calculate execution plan.
Default value is: deploy.
User property is: buildplan.tasks.

Parameter Details

<appendOutput>

Allow to specify appending to the output file
  • Type: boolean
  • Required: No
  • User Property: buildplan.appendOutput
  • Default: false

<outputFile>

Allow to specify an output file to bypass console output
  • Type: java.io.File
  • Required: No
  • User Property: buildplan.outputFile

<showLifecycles>

(no description)
  • Type: boolean
  • Required: No
  • User Property: buildplan.showLifecycles
  • Default: false

<skip>

Flag to easily skip all checks
  • Type: boolean
  • Required: No
  • User Property: buildplan.skip
  • Default: false

<tasks>

Allow to specify which tasks will be used to calculate execution plan.
  • Type: java.lang.String[]
  • Required: No
  • User Property: buildplan.tasks
  • Default: deploy