buildplan:list-phase
Full name:
fr.jcgay.maven.plugins:buildplan-maven-plugin:1.5:list-phase
Description:
List plugin executions by phase 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 . |
<phase> |
String |
- |
Display plugin executions only for the specified phase. User property is: buildplan.phase . |
<showAllPhases> |
boolean |
- |
(no description) Default value is: false .User property is: buildplan.showAllPhases . |
<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
<phase>
Display plugin executions only for the specified phase.
- Type:
java.lang.String
- Required:
No
- User Property:
buildplan.phase
<showAllPhases>
(no description)
- Type:
boolean
- Required:
No
- User Property:
buildplan.showAllPhases
- Default:
false
<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