Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractAnalyzeMojo - Class in org.apache.maven.plugins.dependency.analyze
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared; compile scoped but only used in tests.
AbstractAnalyzeMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
 
AbstractDependencyFilterMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
Class that encapsulates the plugin parameters, and contains methods that handle dependency filtering
AbstractDependencyFilterMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
AbstractDependencyMojo - Class in org.apache.maven.plugins.dependency
 
AbstractDependencyMojo() - Constructor for class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
AbstractFromConfigurationMojo - Class in org.apache.maven.plugins.dependency.fromConfiguration
Abstract parent class used by mojos that get Artifact information from the plugin configuration as an ArrayList of ArtifactItems
AbstractFromConfigurationMojo() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
AbstractFromDependenciesMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
Abstract Parent class used by mojos that get Artifact information from the project dependencies.
AbstractFromDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
AbstractResolveMojo - Class in org.apache.maven.plugins.dependency.resolvers
 
AbstractResolveMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
 
AbstractSerializingVisitor - Class in org.apache.maven.plugins.dependency.tree
Abstract class for visitors performing serialization.
AbstractSerializingVisitor(Writer) - Constructor for class org.apache.maven.plugins.dependency.tree.AbstractSerializingVisitor
Constructor.
accept(Node, List<Node>) - Method in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
 
addExclusions(List<Exclusion>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
Returns a map of the exclusions using the Dependency ManagementKey as the keyset.
addParentPoms - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Add parent poms to the list of copied dependencies (both current project pom parents and dependencies parents).
AnalyzeDepMgt - Class in org.apache.maven.plugins.dependency.analyze
This mojo looks at the dependencies after final resolution and looks for mismatches in your dependencyManagement section.
AnalyzeDepMgt() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
AnalyzeDuplicateMojo - Class in org.apache.maven.plugins.dependency.analyze
Analyzes the <dependencies/> and <dependencyManagement/> tags in the pom.xml and determines the duplicate declared dependencies.
AnalyzeDuplicateMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
 
AnalyzeMojo - Class in org.apache.maven.plugins.dependency.analyze
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared.
AnalyzeMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeMojo
 
AnalyzeOnlyMojo - Class in org.apache.maven.plugins.dependency.analyze
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared.
AnalyzeOnlyMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeOnlyMojo
 
AnalyzeReportMojo - Class in org.apache.maven.plugins.dependency.analyze
Analyzes the dependencies of this project and produces a report that summarizes which are: used and declared; used and undeclared; unused and declared.
AnalyzeReportMojo() - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
 
AnalyzeReportRenderer - Class in org.apache.maven.plugins.dependency.analyze
This is the view part of the analyze-report mojo.
AnalyzeReportRenderer(Sink, I18N, Locale, ProjectDependencyAnalysis) - Constructor for class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
 
appendArtifactPath(Artifact, StringBuilder) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
Appends the artifact path into the specified StringBuilder.
appendOutput - Variable in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
Whether to append outputs into the output file or overwrite it.
artifact - Variable in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
The artifact.
ArtifactItem - Class in org.apache.maven.plugins.dependency.fromConfiguration
ArtifactItem represents information specified in the plugin configuration section for each artifact.
ArtifactItem() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
Default ctor.
ArtifactItem(Artifact) - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
artifactItem - Variable in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
The ArtifactItem.
ArtifactItemFilter - Interface in org.apache.maven.plugins.dependency.utils.filters
 
ArtifactTranslator - Interface in org.apache.maven.plugins.dependency.utils.translators
 
attachFile(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 

B

BuildClasspathMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
This goal outputs a classpath string of dependencies from the local repository to a file or log.
BuildClasspathMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
BuildingDependencyNodeVisitor - Class in org.apache.maven.plugins.dependency.tree
A dependency node visitor that clones visited nodes into a new dependency tree.
BuildingDependencyNodeVisitor() - Constructor for class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
Creates a dependency node visitor that clones visited nodes into a new dependency tree.
BuildingDependencyNodeVisitor(DependencyNodeVisitor) - Constructor for class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
Creates a dependency node visitor that clones visited nodes into a new dependency tree, and then applies the specified dependency node visitor on the resultant dependency tree.

C

canGenerateReport() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
 
classifier - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Specify classifier to look for.
ClassifierTypeTranslator - Class in org.apache.maven.plugins.dependency.utils.translators
 
ClassifierTypeTranslator(ArtifactHandlerManager, String, String) - Constructor for class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
 
cleanToBeTokenizedString(String) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Clean up configuration string before it can be tokenized.
clearMarker() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
Deletes the file or directory denoted by this abstract pathname.
clearMarker() - Method in interface org.apache.maven.plugins.dependency.utils.markers.MarkerHandler
 
clearMarker() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
Deletes the file or directory denoted by this abstract pathname.
CollectDependenciesMojo - Class in org.apache.maven.plugins.dependency.resolvers
Goal that collects the project dependencies from the repository.
CollectDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.CollectDependenciesMojo
 
compare(Artifact, Artifact) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
Compares artifacts lexicographically, using pattern [group_id][artifact_id][version].
containsVersion(VersionRange, ArtifactVersion) - Static method in class org.apache.maven.plugins.dependency.tree.TreeMojo
Deprecated.
This method is unused in this project and will be removed in the future.
copyArtifact(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
Resolves the artifact from the repository and copies it to the specified location.
copyArtifact(Artifact, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Copies the Artifact after building the destination file name if overridden.
copyArtifact(Artifact, boolean, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Copies the Artifact after building the destination file name if overridden.
CopyDependenciesMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
Goal that copies the project dependencies from the repository to a defined location.
CopyDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
 
copyFile(File, File) - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
Does the actual copy of the file and logging.
CopyMojo - Class in org.apache.maven.plugins.dependency.fromConfiguration
Goal that copies a list of artifacts from the repository to defined locations.
CopyMojo() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
copyPom - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Also copy the pom of each artifact.
copyPoms(File, Set<Artifact>, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Copy the pom files associated with the artifacts.
copyPoms(File, Set<Artifact>, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Copy the pom files associated with the artifacts.
createProjectDependencyAnalyzer() - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
 

D

debug(CharSequence) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
debug(CharSequence, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
debug(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
debug(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
debug(String, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
DefaultFileMarkerHandler - Class in org.apache.maven.plugins.dependency.utils.markers
 
DefaultFileMarkerHandler(File) - Constructor for class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
DefaultFileMarkerHandler(Artifact, File) - Constructor for class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
DependencySilentLog - Class in org.apache.maven.plugins.dependency.utils
This logger implements both types of logs currently in use and turns off logs.
DependencySilentLog() - Constructor for class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
DependencyStatusSets - Class in org.apache.maven.plugins.dependency.utils
 
DependencyStatusSets() - Constructor for class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
Default ctor.
DependencyStatusSets(Set<Artifact>, Set<Artifact>, Set<Artifact>) - Constructor for class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
DependencyUtil - Class in org.apache.maven.plugins.dependency.utils
Utility class with static helper methods.
DependencyUtil() - Constructor for class org.apache.maven.plugins.dependency.utils.DependencyUtil
 
DestFileFilter - Class in org.apache.maven.plugins.dependency.utils.filters
 
DestFileFilter(File) - Constructor for class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
DestFileFilter(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, File) - Constructor for class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
DisplayAncestorsMojo - Class in org.apache.maven.plugins.dependency
Displays all ancestor POMs of the project.
DisplayAncestorsMojo() - Constructor for class org.apache.maven.plugins.dependency.DisplayAncestorsMojo
 
doExecute() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
doExecute() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.ListRepositoriesMojo
Displays a list of the repositories used by this build.
doExecute() - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependencySourcesMojo
Main entry into mojo.
doExecute() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolvePluginsMojo
Main entry into mojo.
DOTDependencyNodeVisitor - Class in org.apache.maven.plugins.dependency.tree
A dependency node visitor that serializes visited nodes to DOT format
DOTDependencyNodeVisitor(Writer) - Constructor for class org.apache.maven.plugins.dependency.tree.DOTDependencyNodeVisitor
Constructor.

E

endVisit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
endVisit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.DOTDependencyNodeVisitor
endVisit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
endVisit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor
error(CharSequence) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
error(CharSequence, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
error(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
error(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
error(String, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
excludeArtifactIds - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma separated list of Artifact names to exclude.
excludeClassifiers - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma Separated list of Classifiers to exclude.
excludeGroupIds - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma separated list of GroupId Names to exclude.
excludeReactor - Variable in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
Don't resolve plugins that are in the current reactor.
ExcludeReactorProjectsArtifactFilter - Class in org.apache.maven.plugins.dependency.resolvers
ArtifactFilter implementation that excludes artifacts found in the Reactor.
ExcludeReactorProjectsArtifactFilter(List<MavenProject>, Log) - Constructor for class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsArtifactFilter
 
ExcludeReactorProjectsDependencyFilter - Class in org.apache.maven.plugins.dependency.resolvers
TransformableFilter implementation that excludes artifacts found in the Reactor.
ExcludeReactorProjectsDependencyFilter(List<MavenProject>, Log) - Constructor for class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
 
excludeScope - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Scope threshold to exclude, if no value is defined for include.
excludeTransitive - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
If we should exclude transitive dependencies
excludeTypes - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma Separated list of Types to exclude.
execute() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
execute() - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
 
execute() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
execute() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
execute() - Method in class org.apache.maven.plugins.dependency.DisplayAncestorsMojo
 
execute() - Method in class org.apache.maven.plugins.dependency.GetMojo
 
execute() - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
 
execute() - Method in class org.apache.maven.plugins.dependency.PropertiesMojo
Main entry into mojo.
execute() - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
 
execute() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
 
execute() - Method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
executeReport(Locale) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
 

F

failOnMissingClassifierArtifact - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
This only applies if the classifier parameter is used.
fatalError(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
fatalError(String, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
filter(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsArtifactFilter
 
filter(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
filter(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
filterMarkedDependencies(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Filter the marked dependencies

G

getArtifact(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
Resolves the Artifact from the remote repository if necessary.
getArtifact() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getArtifact() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
getArtifactId() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getArtifactItem() - Method in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
 
getArtifactItems() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
getArtifactManagementKey(Artifact) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
This function returns a string comparable with Dependency.GetManagementKey.
getArtifactResolver() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
getArtifactsFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
 
getBaseVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getChildLogger(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
getClassifier() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getClassifier() - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
 
getClassifierTranslatedDependencies(Set<Artifact>, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Transform artifacts
getDependencyGraph() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
Gets the computed dependency graph root node for the Maven project.
getDependencyNodeVisitor() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
Gets the dependency node visitor that this visitor applies on the resultant dependency tree.
getDependencyResolver() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
getDependencySets(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
getDependencySets(boolean, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Method creates filters and filters the projects dependencies.
getDependencyTree() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
Gets the root node of the resultant dependency tree constructed by this visitor.
getDescription(Locale) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
getDestFileName() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getEncoding() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getEncoding() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
getExcludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getExcludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
getExcludes() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
getExclusionErrors(Map<String, Exclusion>, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
Returns a List of the artifacts that should have been excluded, but were found in the dependency tree.
getExclusionKey(Artifact) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
getExclusionKey(Exclusion) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
getFileMappers() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getFileMappers() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
getFileMappers() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
getFormattedFileName(Artifact, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Builds the file name.
getFormattedFileName(Artifact, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Builds the file name.
getFormattedFileName(Artifact, boolean, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Builds the file name.
getFormattedFileName(Artifact, boolean, boolean, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Builds the file name.
getFormattedOutputDirectory(boolean, boolean, boolean, boolean, boolean, boolean, File, Artifact) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Formats the outputDirectory based on type.
getGroupId() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getI18nString(Locale, String) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
 
getIncludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getIncludes() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
getIncludes() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
getMarkedArtifactFilter(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Return an ArtifactsFilter indicating which artifacts must be filtered out.
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
 
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
 
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
 
getMarkedArtifactFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolvePluginsMojo
 
getMarkerFile() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
Returns properly formatted File
getMarkerFile() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
Returns properly formatted File
getMarkerFile(boolean) - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
Get MarkerFile, exposed for unit testing purposes
getMarkerFile() - Method in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
 
getMarkerFilesDirectory() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
getMarkersDirectory() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
getMarkersDirectory() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
getMismatch(Map<String, Dependency>, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
Calculate the mismatches between the DependencyManagement and resolved artifacts
GetMojo - Class in org.apache.maven.plugins.dependency
Resolves a single artifact, eventually transitively, from the specified remote repositories.
GetMojo() - Constructor for class org.apache.maven.plugins.dependency.GetMojo
 
getName(Locale) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
getName() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
getOutput(boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
getOutputDirectory() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getOutputDirectory() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
getOutputFileDirectory() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
getOutputName() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
getOverWrite() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getProcessedArtifactItems(ProcessArtifactItemsRequest) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
Preprocesses the list of ArtifactItems.
getProcessedArtifactItems(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
getProject() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
getProject() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
getProject() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
Gets the Maven project used by this mojo.
getRepositoryManager() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
getResolvedDependencies(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Retrieves dependencies, either direct only or all including transitive.
getResolvedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
getResolvedPomArtifact(Artifact) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
 
getResults() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
 
getSerializingDependencyNodeVisitor(Writer) - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
 
getSkippedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
getThreshold() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
getTitle() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
 
getType() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
getType() - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
 
getUnResolvedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
getVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
GoOfflineMojo - Class in org.apache.maven.plugins.dependency.resolvers
Goal that resolves all project dependencies, including plugins and reports and their dependencies.
GoOfflineMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
 
GraphmlDependencyNodeVisitor - Class in org.apache.maven.plugins.dependency.tree
A dependency node visitor that serializes visited nodes to a writer using the graphml format.
GraphmlDependencyNodeVisitor(Writer) - Constructor for class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
Constructor.

H

handler - Variable in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
The handler.
HelpMojo - Class in org.apache.maven.plugins.maven_dependency_plugin
Display help information on maven-dependency-plugin.
Call mvn dependency:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
 

I

ignorePermissions - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
not used in this goal
ignorePermissions - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
not used in this goal
ignorePermissions - Variable in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
not used in this goal
includeArtifactIds - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma separated list of Artifact names to include.
includeClassifiers - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma Separated list of Classifiers to include.
includeGroupIds - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma separated list of GroupIds to include.
includeScope - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Scope threshold to include.
includeTypes - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Comma Separated list of Types to include.
info(CharSequence) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
info(CharSequence, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
info(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
info(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
info(String, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
isArtifactIncluded(ArtifactItem) - Method in interface org.apache.maven.plugins.dependency.utils.filters.ArtifactItemFilter
 
isArtifactIncluded(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isArtifactIncluded(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
isArtifactIncluded(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.utils.filters.ResolveFileFilter
 
isCopyPom() - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
 
isDebugEnabled() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
isErrorEnabled() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
isFailBuild() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
isFailOnMissingClassifierArtifact() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isFatalErrorEnabled() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
isIgnoreDirect() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
isInfoEnabled() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
 
isMarkerOlder(Artifact) - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
isMarkerOlder(Artifact) - Method in interface org.apache.maven.plugins.dependency.utils.markers.MarkerHandler
 
isMarkerOlder(Artifact) - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
 
isMarkerSet() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
Tests whether the file or directory denoted by this abstract pathname exists.
isMarkerSet() - Method in interface org.apache.maven.plugins.dependency.utils.markers.MarkerHandler
 
isMarkerSet() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
Tests whether the file or directory denoted by this abstract pathname exists.
isNeedsProcessing() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
isOverWriteIfNewer() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
isOverWriteIfNewer() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isOverWriteIfNewer() - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
isOverWriteReleases() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
isOverWriteReleases() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isOverWriteReleases() - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
isOverWriteSnapshots() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
isOverWriteSnapshots() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isOverWriteSnapshots() - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
isPrependGroupId() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
isPrependGroupId() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
isRemoveClassifier() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
isRemoveClassifier() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isRemoveType() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isRemoveVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
isRemoveVersion() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isResolved() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
 
isSilent() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
isSkip() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
isSkip() - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
 
isSkip() - Method in class org.apache.maven.plugins.dependency.GetMojo
 
isSkip() - Method in class org.apache.maven.plugins.dependency.PropertiesMojo
 
isSkip() - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
 
isSkip() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
 
isStripClassifier() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
isStripType() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isStripVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
isStripVersion() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isStripVersion() - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
isUseBaseVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
isUseRepositoryLayout() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isUseRepositoryLayout() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isUseSubDirectoryPerArtifact() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isUseSubDirectoryPerArtifact() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isUseSubDirectoryPerScope() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isUseSubDirectoryPerType() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
isUseSubDirectoryPerType() - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
isWarnEnabled() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.

L

ListClassesMojo - Class in org.apache.maven.plugins.dependency
Retrieves and lists all classes contained in the specified artifact from the specified remote repositories.
ListClassesMojo() - Constructor for class org.apache.maven.plugins.dependency.ListClassesMojo
 
ListMojo - Class in org.apache.maven.plugins.dependency.resolvers
Displays the list of dependencies for this project.
ListMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.ListMojo
 
ListRepositoriesMojo - Class in org.apache.maven.plugins.dependency
Goal that collect all project dependencies and then lists the repositories used by the build and by the transitive dependencies
ListRepositoriesMojo() - Constructor for class org.apache.maven.plugins.dependency.ListRepositoriesMojo
 
log(String, Log) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Writes the specified string to the log at info level.
logMismatch(Artifact, Dependency) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
This function displays the log to the screen showing the versions and information about the artifacts that don't match.

M

MarkerFileFilter - Class in org.apache.maven.plugins.dependency.utils.filters
 
MarkerFileFilter(boolean, boolean, boolean, MarkerHandler) - Constructor for class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
markerFilesDirectory - Variable in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
The marker directory.
MarkerHandler - Interface in org.apache.maven.plugins.dependency.utils.markers
 
markersDirectory - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Directory to store flag files
MESSAGE_DUPLICATE_DEP_IN_DEPENDENCIES - Static variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
 
MESSAGE_DUPLICATE_DEP_IN_DEPMGMT - Static variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
 

N

newResolveArtifactProjectBuildingRequest() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
newResolvePluginProjectBuildingRequest() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 

O

org.apache.maven.plugins.dependency - package org.apache.maven.plugins.dependency
 
org.apache.maven.plugins.dependency.analyze - package org.apache.maven.plugins.dependency.analyze
 
org.apache.maven.plugins.dependency.fromConfiguration - package org.apache.maven.plugins.dependency.fromConfiguration
 
org.apache.maven.plugins.dependency.fromDependencies - package org.apache.maven.plugins.dependency.fromDependencies
 
org.apache.maven.plugins.dependency.resolvers - package org.apache.maven.plugins.dependency.resolvers
 
org.apache.maven.plugins.dependency.tree - package org.apache.maven.plugins.dependency.tree
 
org.apache.maven.plugins.dependency.utils - package org.apache.maven.plugins.dependency.utils
 
org.apache.maven.plugins.dependency.utils.filters - package org.apache.maven.plugins.dependency.utils.filters
 
org.apache.maven.plugins.dependency.utils.markers - package org.apache.maven.plugins.dependency.utils.markers
 
org.apache.maven.plugins.dependency.utils.translators - package org.apache.maven.plugins.dependency.utils.translators
 
org.apache.maven.plugins.maven_dependency_plugin - package org.apache.maven.plugins.maven_dependency_plugin
 
outputAbsoluteArtifactFilename - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
Output absolute filename for resolved artifacts
outputDirectory - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Output location.
outputFile - Variable in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
If specified, this parameter causes the dependencies to be written to the path specified instead of the console.
outputScope - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
If we should display the scope when resolving
overWriteIfNewer - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Overwrite artifacts that don't exist or are older than the source.
overWriteReleases - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Overwrite release artifacts
overWriteSnapshots - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Overwrite snapshot artifacts

P

parseRepository(String, ArtifactRepositoryPolicy) - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
 
prependGroupId(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
prependGroupId - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Prepend the groupId during copy.
ProcessArtifactItemsRequest - Class in org.apache.maven.plugins.dependency.fromConfiguration
 
ProcessArtifactItemsRequest() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
Default ctor.
ProcessArtifactItemsRequest(boolean, boolean, boolean, boolean) - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
PropertiesMojo - Class in org.apache.maven.plugins.dependency
Goal that sets a property pointing to the artifact file for each project dependency.
PropertiesMojo() - Constructor for class org.apache.maven.plugins.dependency.PropertiesMojo
 
PurgeLocalRepositoryMojo - Class in org.apache.maven.plugins.dependency
When run on a project, remove the project dependencies from the local repository, and optionally re-resolve them.
PurgeLocalRepositoryMojo() - Constructor for class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
 

R

reactorProjects - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
Contains the full list of projects in the reactor.
readClasspathFile() - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
Reads the file specified by the mojo param 'outputFile' into a string.
removeVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
renderBody() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
 
resolve(Set<ArtifactCoordinate>, boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
resolveArtifactDependencies(DependableCoordinate) - Method in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
This method resolves all transitive dependencies of an artifact.
ResolveDependenciesMojo - Class in org.apache.maven.plugins.dependency.resolvers
Goal that resolves the project dependencies from the repository.
ResolveDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
 
resolveDependencyArtifacts() - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
This method resolves the dependency artifacts from the project.
ResolveDependencySourcesMojo - Class in org.apache.maven.plugins.dependency.resolvers
Goal that resolves the project source dependencies from the repository.
ResolveDependencySourcesMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.ResolveDependencySourcesMojo
 
ResolveFileFilter - Class in org.apache.maven.plugins.dependency.utils.filters
 
ResolveFileFilter(MarkerHandler) - Constructor for class org.apache.maven.plugins.dependency.utils.filters.ResolveFileFilter
 
resolvePluginArtifacts() - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
This method resolves the plugin artifacts from the project.
resolvePluginArtifacts() - Method in class org.apache.maven.plugins.dependency.resolvers.ResolvePluginsMojo
This method resolves the plugin artifacts from the project.
ResolvePluginsMojo - Class in org.apache.maven.plugins.dependency.resolvers
Goal that resolves all project plugins and reports and their dependencies.
ResolvePluginsMojo() - Constructor for class org.apache.maven.plugins.dependency.resolvers.ResolvePluginsMojo
 

S

session - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
The Maven session
setArtifact(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setArtifact(Artifact) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setArtifact(Artifact) - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
setArtifact(Artifact) - Method in interface org.apache.maven.plugins.dependency.utils.markers.MarkerHandler
 
setArtifactId(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setArtifactId(String) - Method in class org.apache.maven.plugins.dependency.GetMojo
The artifactId of the artifact to download.
setArtifactItem(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
 
setArtifactItems(List<ArtifactItem>) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setClassifier(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setClassifier(String) - Method in class org.apache.maven.plugins.dependency.GetMojo
The classifier of the artifact to download.
setClassifier(String) - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
 
setCopyPom(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
 
setDestFileName(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setEncoding(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setEncoding(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
setExcludes(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setExcludes(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
setExcludes(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
setFailBuild(boolean) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
setFailOnMissingClassifierArtifact(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setFileMappers(FileMapper[]) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setFileMappers(FileMapper[]) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
setFileMappers(FileMapper[]) - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
setFileSeparator(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setGroupId(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setGroupId(String) - Method in class org.apache.maven.plugins.dependency.GetMojo
The groupId of the artifact to download.
setIgnoreDirect(boolean) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
setIncludes(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setIncludes(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
setIncludes(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
setLocalRepoProperty(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setLocalRepositoryDirectory(File) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setMarker() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
setMarker() - Method in interface org.apache.maven.plugins.dependency.utils.markers.MarkerHandler
 
setMarker() - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
 
setMarkerFilesDirectory(File) - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
 
setMarkersDirectory(File) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
setMarkersDirectory(File) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
setNeedsProcessing(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setOutputDirectory(File) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setOutputDirectory(File) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setOutputDirectory(File) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setOutputFile(File) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setOutputFileDirectory(File) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setOutputProperty(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setOverWrite(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setOverWriteIfNewer(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setOverWriteIfNewer(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setOverWriteIfNewer(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
setOverWriteReleases(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setOverWriteReleases(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setOverWriteReleases(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
setOverWriteSnapshots(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
 
setOverWriteSnapshots(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setOverWriteSnapshots(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
 
setPackaging(String) - Method in class org.apache.maven.plugins.dependency.GetMojo
The packaging of the artifact to download.
setPathSeparator(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setPrefix(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setPrependGroupId(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
setPrependGroupId(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
 
setProject(MavenProject) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
 
setRegenerateFile(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setRemoveClassifier(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
setRemoveClassifier(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setRemoveType(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setRemoveVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
setRemoveVersion(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setResolved(boolean) - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
 
setResolvedDependencies(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
setSilent(boolean) - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
setSkip(boolean) - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
 
setSkip(boolean) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
 
setSkip(boolean) - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
 
setSkippedDependencies(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
setStripClassifier(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
setStripType(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setStripVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
setStripVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setStripVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
 
setThreshold(int) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing
setType(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setType(String) - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
 
setUnResolvedDependencies(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
 
setUseBaseVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
 
setUseBaseVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
setUseRepositoryLayout(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setUseRepositoryLayout(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setUseSubDirectoryPerArtifact(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setUseSubDirectoryPerArtifact(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setUseSubDirectoryPerScope(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setUseSubDirectoryPerType(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
 
setUseSubDirectoryPerType(boolean) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
 
setVersion(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
setVersion(String) - Method in class org.apache.maven.plugins.dependency.GetMojo
The version of the artifact to download.
SourcesFileMarkerHandler - Class in org.apache.maven.plugins.dependency.utils.markers
 
SourcesFileMarkerHandler(File) - Constructor for class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
 
SourcesFileMarkerHandler(Artifact, File, boolean) - Constructor for class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
 
stripClassifier - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Strip artifact classifier during copy
stripType - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Strip artifact type during copy
stripVersion - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Strip artifact version during copy

T

TGFDependencyNodeVisitor - Class in org.apache.maven.plugins.dependency.tree
A dependency node visitor that serializes visited nodes to a writer using the TGF format.
TGFDependencyNodeVisitor(Writer) - Constructor for class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor
Constructor.
tokenizer(String) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Mainly used to parse excludes, includes configuration.
toString() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
 
translate(Set<Artifact>, Log) - Method in interface org.apache.maven.plugins.dependency.utils.translators.ArtifactTranslator
 
translate(Set<Artifact>, Log) - Method in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
 
TreeMojo - Class in org.apache.maven.plugins.dependency.tree
Displays the dependency tree for this project.
TreeMojo() - Constructor for class org.apache.maven.plugins.dependency.tree.TreeMojo
 
type - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
Specify type to look for when constructing artifact based on classifier.

U

unpack(File, String, File, String, String, String, boolean, FileMapper[], Log) - Method in class org.apache.maven.plugins.dependency.utils.UnpackUtil
 
UnpackDependenciesMojo - Class in org.apache.maven.plugins.dependency.fromDependencies
Goal that unpacks the project dependencies from the repository to a defined location.
UnpackDependenciesMojo() - Constructor for class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
 
UnpackFileMarkerHandler - Class in org.apache.maven.plugins.dependency.utils.markers
 
UnpackFileMarkerHandler(File) - Constructor for class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
 
UnpackFileMarkerHandler(ArtifactItem, File) - Constructor for class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
 
UnpackMojo - Class in org.apache.maven.plugins.dependency.fromConfiguration
Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location.
UnpackMojo() - Constructor for class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
 
UnpackUtil - Class in org.apache.maven.plugins.dependency.utils
Provide unpack method in one place for UnpackMojo and UnpackDependenciesMojo
UnpackUtil(ArchiverManager, BuildContext) - Constructor for class org.apache.maven.plugins.dependency.utils.UnpackUtil
Default constructor.
useBaseVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
 
useBaseVersion - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
Either append the artifact's baseVersion or uniqueVersion to the filename.
useRepositoryLayout - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Place each artifact in the same directory layout as a default repository.
useSubDirectoryPerArtifact - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Place each file in a separate subdirectory.
useSubDirectoryPerScope - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Place each type of file in a separate subdirectory.
useSubDirectoryPerType - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
Place each type of file in a separate subdirectory.

V

verifyRequirements() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
artifactItems is filled by either field injection or by setArtifact().
visit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
visit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.DOTDependencyNodeVisitor
visit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
visit(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor

W

warn(CharSequence) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
warn(CharSequence, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
warn(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
warn(String) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
warn(String, Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
By default, do nothing.
write(String, File, boolean, Log) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Deprecated.
specify an encoding instead of a log
write(String, File, boolean, String) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
Writes the specified string to the specified file.
writer - Variable in class org.apache.maven.plugins.dependency.tree.AbstractSerializingVisitor
The writer to serialize to.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.