directory:directory-of
Full name:
com.github.hazendaz.maven:directory-maven-plugin:1.2.2:directory-of
Description:
The Class DirectoryOfGoal.
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 |
|---|---|---|---|
<project> |
ProjectRef |
- |
The project. |
<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
<project>
The project.
- Type:
org.commonjava.maven.plugins.execroot.ProjectRef - Required:
No
<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


