Uses of Package
org.apache.maven.artifact.resolver

Packages that use org.apache.maven.artifact.resolver
org.apache.maven.artifact.resolver   
org.apache.maven.repository   
org.apache.maven.repository.legacy.metadata   
 

Classes in org.apache.maven.artifact.resolver used by org.apache.maven.artifact.resolver
ArtifactResolutionRequest
          A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version) to process a POMs dependencies.
ArtifactResolutionResult
          Specific problems during resolution that we want to account for:

- missing metadata - version range violations - version circular dependencies - missing artifacts - network/transfer errors - file system errors: permissions

ResolutionErrorHandler
           
ResolutionListener
          Listens to the resolution process and handles events.
ResolutionNode
           
 

Classes in org.apache.maven.artifact.resolver used by org.apache.maven.repository
ArtifactResolutionRequest
          A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version) to process a POMs dependencies.
ArtifactResolutionResult
          Specific problems during resolution that we want to account for:

- missing metadata - version range violations - version circular dependencies - missing artifacts - network/transfer errors - file system errors: permissions

 

Classes in org.apache.maven.artifact.resolver used by org.apache.maven.repository.legacy.metadata
ArtifactResolutionRequest
          A resolution request allows you to either use an existing MavenProject, or a coordinate (gid:aid:version) to process a POMs dependencies.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.