buildplan:list-phase
Full name:
org.codehaus.mojo:buildplan-maven-plugin:2.2.2:list-phase
Description:
List plugin executions by phase 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 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. |
<phase> |
String |
- |
Display plugin executions only for the specified phase. User property is: buildplan.phase. |
<showAllPhases> |
boolean |
- |
Will print all phases, even if no mapping to an execution is
available Default value is: false.User property is: buildplan.showAllPhases. |
<showLifecycles> |
boolean |
- |
Will show in which lifecycle a phase was defined (if any) 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
<phase>
Display plugin executions only for the specified phase.
- Type:
java.lang.String - Required:
No - User Property:
buildplan.phase
<showAllPhases>
Will print all phases, even if no mapping to an execution is
available
- Type:
boolean - Required:
No - User Property:
buildplan.showAllPhases - Default:
false
<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

