Full name:
org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce-once
Description:
Attributes:
test.validate.| Name | Type | Since | Description |
|---|---|---|---|
| rules | EnforcerRule[] |
- |
Array of objects that implement the EnforcerRule interface to
execute. |
| Name | Type | Since | Description |
|---|---|---|---|
| fail | boolean |
- |
Flag to fail the build if a version check fails. Default value is: true. |
| failFast | boolean |
- |
Fail on the first rule that doesn't pass Default value is: false. |
| ignoreCache | boolean |
- |
Use this flag to disable rule result caching. This will cause all
rules to execute on each project even if the rule indicates it can
safely be cached. Default value is: false. |
| session | MavenSession |
- |
The MavenSession |
| skip | boolean |
- |
Flag to easily skip all checks Default value is: false. |
fail:
booleanNo${enforcer.fail}truebooleanNo${enforcer.failFast}falsebooleanNo${enforcer.ignoreCache}falseorg.apache.maven.enforcer.rule.api.EnforcerRule[]Yesorg.apache.maven.execution.MavenSessionNo${session}skip:
booleanNo${enforcer.skip}false