faktorips:faktorips-clean
Full name:
org.faktorips:faktorips-maven-plugin:22.12.21.release:faktorips-clean
Description:
Cleans the
work directory of the Faktor-IPS project.Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
clean.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<skip> |
boolean |
- |
Whether to skip mojo execution. Default value is: false.User property is: faktorips.skip. |
<work> |
File |
- |
Work area. This includes:
|
Parameter Details
<skip>
Whether to skip mojo execution.
- Type:
boolean - Required:
No - User Property:
faktorips.skip - Default:
false
<work>
Work area. This includes:
- <work>/configuration: The configuration area (-configuration)
- <work>/data: The data ('workspace') area (-data)
- Type:
java.io.File - Required:
No
