public class DependencyVerifier extends AbstractMavenComponent
Constructor and Description |
---|
DependencyVerifier(Project project)
Default ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
verify()
Execute the verification process.
|
getMessage, getMessage, getProject, setProject
public DependencyVerifier(Project project)
project
- the project to verifypublic 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 calculatedCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.