Uses of Class
org.apache.maven.plugins.dependency.AbstractDependencyMojo
Package
Description
-
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency
Modifier and TypeClassDescriptionclass
Goal that collect all project dependencies and then lists the repositories used by the build and by the transitive dependencies -
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.fromConfiguration
Modifier and TypeClassDescriptionclass
Abstract parent class used by mojos that get Artifact information from the plugin configuration as an ArrayList of ArtifactItemsclass
Goal that copies a list of artifacts from the repository to defined locations.class
Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location. -
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.fromDependencies
Modifier and TypeClassDescriptionclass
Class that encapsulates the plugin parameters, and contains methods that handle dependency filteringclass
Abstract Parent class used by mojos that get Artifact information from the project dependencies.class
This goal outputs a classpath string of dependencies from the local repository to a file or log.class
Goal that copies the project dependencies from the repository to a defined location.class
Goal that unpacks the project dependencies from the repository to a defined location. -
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.resolvers
Modifier and TypeClassDescriptionclass
class
Goal that collects the project dependencies from the repository.class
Goal that resolves all project dependencies, including plugins and reports and their dependencies.class
Displays the list of dependencies for this project.class
Deprecated.class
Goal that resolves the project dependencies from the repository.class
Goal that resolves the project source dependencies from the repository.class
Goal that resolves all project plugins and reports and their dependencies.
resolve-sources
goal and will be removed in a future version