Fork me on GitHub

buildplan:list-plugin

Full name:

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

Description:

List plugin executions by plugin 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.
<plugin> String - Display plugin executions only for the specified plugin.
User property is: buildplan.plugin.
<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

<plugin>

Display plugin executions only for the specified plugin.
  • Type: java.lang.String
  • Required: No
  • User Property: buildplan.plugin

<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