|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.AbstractMavenComponent org.apache.maven.verifier.DependencyVerifier
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.
Constructor Summary | |
DependencyVerifier(Project project)
Default ctor. |
Method Summary | |
void |
verify()
Execute the verification process. |
Methods inherited from class org.apache.maven.AbstractMavenComponent |
getMessage, getMessage, getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DependencyVerifier(Project project)
project
- the project to verifyMethod Detail |
public void verify() throws RepoConfigException, UnsatisfiedDependencyException, ChecksumVerificationException
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |