org.apache.maven.plugin.verifier
public class VerifierMojo extends AbstractMojo
Version: $Id: VerifierMojo.java 312877 2005-10-11 13:35:24Z brett $
UNKNOWN: verify integration-test
Method Summary | |
---|---|
void | execute() |
protected File | getAbsoluteFileToCheck(File file) |
void | setBaseDir(File basedir) |
void | setFailOnError(boolean failOnError) |
void | setVerificationFile(File file) |
void | setVerificationResultPrinter(VerificationResultPrinter printer) |
Parameters: file the file path of the file to check (can be relative or absolute). If relative the project's basedir will be prefixed.
Returns: the absolute file path of the file to check