org.apache.maven.verifier
Class DependencyVerifier
java.lang.Object
org.apache.maven.AbstractMavenComponent
org.apache.maven.verifier.DependencyVerifier
- public class DependencyVerifier
- extends AbstractMavenComponent
Make sure that everything that is required for the project to build
successfully is present. We will start by looking at the dependencies
and make sure they are all here before trying to compile.
- Version:
- $Id: DependencyVerifier.java 122499 2004-12-04 06:12:34Z brett $
- Author:
- Jason van Zyl, Vincent Massol
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyVerifier
public DependencyVerifier(Project project)
- Default ctor.
- Parameters:
project
- the project to verify
verify
public void verify()
throws RepoConfigException,
UnsatisfiedDependencyException,
ChecksumVerificationException
- Execute the verification process.
- Throws:
RepoConfigException
- If an error occurs while verifying basic maven settings.
UnsatisfiedDependencyException
- If there are unsatisfied dependencies.
ChecksumVerificationException
- if the download checksum doesn't match the calculated
isIgnoreErrors
public boolean isIgnoreErrors()
- Returns:
- true if the ignore errors flag is set.
setIgnoreErrors
public void setIgnoreErrors(boolean ignoreErrors)
- Sets the ignoreErrors flag.
- Parameters:
ignoreErrors
- The ignoreErrors to set
Copyright © 2001-2005 Apache Software Foundation. All Rights Reserved.