faktorips-validation:faktorips-validate
Full name:
org.faktorips:faktorips-validation-maven-plugin:23.6.12.release:faktorips-validate
Description:
Creates a Faktor-IPS project for the current Maven project and validates it.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope:
test. - The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
validate.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<ignoreValidationErrors> |
boolean |
- |
Whether to fail the build when validation errors occur or ignore them. Default value is: false.User property is: faktorips.ignoreValidationErrors. |
<skip> |
boolean |
- |
Whether to skip mojo execution. Default value is: false.User property is: faktorips.skipValidation. |
Parameter Details
<ignoreValidationErrors>
Whether to fail the build when validation errors occur or ignore them.
- Type:
boolean - Required:
No - User Property:
faktorips.ignoreValidationErrors - Default:
false
<skip>
Whether to skip mojo execution.
- Type:
boolean - Required:
No - User Property:
faktorips.skipValidation - Default:
false
