Verifies the existence or non-existence of files/directories and optionally checks file content against a regexp.
Mojo Attributes:
integration-test| Name | Type | Description |
|---|---|---|
| basedir | File |
Project base directory (prepended for relative file paths). |
| failOnError | boolean |
Whether the build will fail on verification errors. Default value is true. |
| verificationFile | File |
The file containing the verifications to perform. |
Project base directory (prepended for relative file paths).
java.io.FileYes${basedir}booleanYestruejava.io.FileYes${basedir}/src/test/verifier/verifications.xml