Uses of Class
org.apache.maven.plugin.dependency.AbstractDependencyMojo

Packages that use AbstractDependencyMojo
org.apache.maven.plugin.dependency   
org.apache.maven.plugin.dependency.fromConfiguration   
org.apache.maven.plugin.dependency.resolvers   
 

Uses of AbstractDependencyMojo in org.apache.maven.plugin.dependency
 

Subclasses of AbstractDependencyMojo in org.apache.maven.plugin.dependency
 class AbstractDependencyFilterMojo
          Class that encapsulates the plugin parameters, and contains methods that handle dependency filtering
 class AbstractFromDependenciesMojo
          Abstract Parent class used by mojos that get Artifact information from the project dependencies.
 class AbstractResolveMojo
           
 class BuildClasspathMojo
          This goal will output a classpath string of dependencies from the local repository to a file or log.
 class CopyDependenciesMojo
          Goal that copies the project dependencies from the repository to a defined location.
 class ListMojo
          Displays the list of dependencies for this project.
 class UnpackDependenciesMojo
          Goal that unpacks the project dependencies from the repository to a defined location.
 

Uses of AbstractDependencyMojo in org.apache.maven.plugin.dependency.fromConfiguration
 

Subclasses of AbstractDependencyMojo in org.apache.maven.plugin.dependency.fromConfiguration
 class AbstractFromConfigurationMojo
          Abstract Parent class used by mojos that get Artifact information from the plugin configuration as an ArrayList of ArtifactItems
 class CopyMojo
          Goal that copies a list of artifacts from the repository to defined locations.
 class UnpackMojo
          Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location.
 

Uses of AbstractDependencyMojo in org.apache.maven.plugin.dependency.resolvers
 

Subclasses of AbstractDependencyMojo in org.apache.maven.plugin.dependency.resolvers
 class GoOfflineMojo
          Goal that resolves all project dependencies, including plugins and reports and their dependencies.
 class ListRepositoriesMojo
          Goal that resolves all project dependencies and then lists the repositories used by the build and by the transitive dependencies
 class ResolveDependenciesMojo
          Goal that resolves the project dependencies from the repository.
 class ResolveDependencySourcesMojo
          Goal that resolves the project source dependencies from the repository.
 class ResolvePluginsMojo
          Goal that resolves all project plugins and reports and their dependencies.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.