faktorips:faktorips-clean

Full name:

org.faktorips:faktorips-maven-plugin:21.12.8-SNAPSHOT:faktorips-clean

Description:

Cleans the work directory of the Faktor-IPS project.

Attributes:

  • Requires a Maven project to be executed.
  • 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:
  • <work>/configuration: The configuration area (-configuration)
  • <work>/data: The data ('workspace') area (-data)

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