------ Usage ------ Denis Cabasson ------ 20 july 2006 ------ Usage To verify file system resources during your build, add the Verifier plugin in your <<>> under the <<>> section. You will also need to create a {{{verifications.html}<<>>}} file that contains the verification rules. Add the path to that file to the <<>> configuration element. +-------- [...] org.apache.maven.plugins maven-verifier-plugin src/test/verifier/verifications-test.xml main verify verify [...] +--------- The Verifier plugin will fail your build if the verification rules found in the <<>> fails. If you do not want the Verifier plugin to fail your build you can set the configuration element <<<\>>> to <<>>. For a sample verifications file, see {{{examples/sample-verifications.html}Sample Verifications}}.