Uses of Class
org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
-
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency
Subclasses of AbstractDependencyMojo in org.apache.maven.plugins.dependency Modifier and Type Class Description classAddDependencyMojoAdds a dependency to the project'spom.xml.classListRepositoriesMojoGoal that collects all project dependencies and then lists the repositories used by the build and by the transitive dependencies.classRemoveDependencyMojoRemoves a dependency from the project'spom.xml. -
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.fromConfiguration
Subclasses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.fromConfiguration Modifier and Type Class Description classAbstractFromConfigurationMojoAbstract parent class used by mojos that get Artifact information from the plugin configuration as an ArrayList of ArtifactItems.classCopyMojoGoal that copies a list of artifacts from the repository to defined locations.classUnpackMojoGoal 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
Subclasses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.fromDependencies Modifier and Type Class Description classAbstractDependencyFilterMojoClass that encapsulates the plugin parameters, and contains methods that handle dependency filtering.classAbstractFromDependenciesMojoAbstract Parent class used by mojos that get Artifact information from the project dependencies.classBuildClasspathMojoThis goal outputs a classpath string of dependencies from the local repository to a file or log.classCopyDependenciesMojoGoal that copies the files for a project's dependencies from the repository to a directory.classRenderDependenciesMojoThis goal renders dependencies based on a velocity template.classUnpackDependenciesMojoGoal that unpacks the project dependencies from the repository to a defined location. -
Uses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.resolvers
Subclasses of AbstractDependencyMojo in org.apache.maven.plugins.dependency.resolvers Modifier and Type Class Description classAbstractResolveMojoclassCollectDependenciesMojoGoal that collects the project dependencies from the repository.classGoOfflineMojoGoal that resolves all project dependencies, including plugins and reports and their dependencies.classListMojoDisplays the list of dependencies for this project.classOldResolveDependencySourcesMojoDeprecated.in favor ofresolve-sourcesgoal and will be removed in a future versionclassResolveDependenciesMojoGoal that resolves the project dependencies from the repository.classResolveDependencySourcesMojoGoal that resolves the project source dependencies from the repository.classResolvePluginsMojoGoal that resolves all project plugins and reports and their dependencies.
-