buildplan:list
Full name:
org.codehaus.mojo:buildplan-maven-plugin:2.3.1:list
Description:
List plugin executions for the current project.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<appendOutput> |
boolean |
- |
Allow to specify appending to the output file Default: falseUser Property: buildplan.appendOutput |
<outputFile> |
File |
- |
Allow to specify an output file to bypass console output User Property: buildplan.outputFile |
<showLifecycles> |
boolean |
- |
Will show in which lifecycle a phase was defined (if any) Default: falseUser Property: buildplan.showLifecycles |
<skip> |
boolean |
- |
Flag to easily skip all checks Default: falseUser Property: buildplan.skip |
<tasks> |
String[] |
- |
Allow to specify which tasks will be used to calculate execution plan. Default: deployUser Property: 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>
Will show in which lifecycle a phase was defined (if any)
- 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

