directory:execution-root
Full name:
com.github.hazendaz.maven:directory-maven-plugin:1.2.2:execution-root
Description:
The Class ExecutionRootGoal.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: initialize.
Required Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <property> | String | - | The property. Default: dirProperty | 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <quiet> | boolean | - | The quiet. Default: false | 
| <skip> | boolean | 1.1.0 | Skip run of plugin. Default: falseUser Property: directory.skip | 
| <systemProperty> | boolean | - | The system property. Default: false | 
Parameter Details
<property>
The property.
- Type: java.lang.String
- Required: Yes
- Default: dirProperty
<quiet>
The quiet.
- Type: boolean
- Required: No
- Default: false
<skip>
Skip run of plugin.
- Type: boolean
- Since: 1.1.0
- Required: No
- User Property: directory.skip
- Default: false
<systemProperty>
The system property.
- Type: boolean
- Required: No
- Default: false


