faktorips-validation:faktorips-validate
Full name:
org.faktorips:faktorips-validation-maven-plugin:25.1.0.rc01: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: false User Property: faktorips.ignoreValidationErrors |
<skip> |
boolean |
- |
Whether to skip mojo execution. Default: false User Property: 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