Index
All Classes and Interfaces|All Packages|Constant Field Values
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.PurgeLocalRepositoryMojo.DirectDependencyFilter
- accept(Node, List<Node>) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo.SnapshotsFilter
- accept(Node, List<Node>) - Method in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
- accept(DependencyNodeVisitor) - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- actTransitively - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Whether this mojo should act on all transitive dependencies.
- 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.
- addParentArtifacts(MavenProject, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- 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).
- ALT_REPO_SYNTAX_PATTERN - Static variable in class org.apache.maven.plugins.dependency.GetMojo
- ALT_REPO_SYNTAX_PATTERN - Static variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- analysis - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
- 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 thepom.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
- analyzer - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Specify the project dependency analyzer to use (plexus component role-hint).
- analyzer - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
The Maven project dependency analyzer to use.
- 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
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
- 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.
- appendOutput - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Whether to append outputs into the output file or overwrite it.
- archiverManager - Variable in class org.apache.maven.plugins.dependency.utils.UnpackUtil
-
To look up Archiver/UnArchiver implementations
- artifact - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Artifact Item
- artifact - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
The artifact to copy from command line.
- artifact - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
The artifact to unpack from command line.
- artifact - Variable in class org.apache.maven.plugins.dependency.GetMojo
-
A string of the form groupId:artifactId:version[:packaging[:classifier]].
- artifact - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
A string of the form groupId:artifactId:version[:packaging[:classifier]].
- artifact - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- artifact - Variable in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
-
The artifact.
- ARTIFACT_ID_FUZZINESS - Static variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- artifactHandlerManager - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
- artifactHandlerManager - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- artifactHandlerManager - Variable in class org.apache.maven.plugins.dependency.GetMojo
- artifactHandlerManager - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- artifactHandlerManager - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Artifact handler manager.
- artifactHandlerManager - Variable in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
- artifactId - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Name of Artifact
- artifactId - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
The artifact ID of the artifact to download.
- artifactItem - Variable in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
-
The ArtifactItem.
- 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
- ArtifactItemFilter - Interface in org.apache.maven.plugins.dependency.utils.filters
- artifactItems - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Collection of ArtifactItems to work on.
- artifactResolver - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
- artifactResolver - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- artifactResolver - Variable in class org.apache.maven.plugins.dependency.GetMojo
- artifactResolver - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- artifactResolver - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The artifact resolver used to re-resolve dependencies, if that option is enabled.
- artifactsGAMatch(Node, String, String) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo.DirectDependencyFilter
- ArtifactTranslator - Interface in org.apache.maven.plugins.dependency.utils.translators
- attach - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Attach the classpath file to the main artifact so it can be installed and deployed.
- attachFile(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
- automatic - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo.ModuleDescriptor
B
- baseDir - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Flag to use for scriptable output
- build() - Method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- buildArtifactListOutput(Set<Artifact>, boolean, boolean, boolean) - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
- 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
- buildContext - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
For IDE build support
- buildContext - Variable in class org.apache.maven.plugins.dependency.utils.UnpackUtil
-
For IDE build support
- 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.
- BuildingDependencyNodeVisitor.WrapperNode - Class in org.apache.maven.plugins.dependency.tree
- buildProjectFromArtifact(Artifact) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
C
- canGenerateReport() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
- checkDependencies() - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- checkDependencyManagement() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Does the work of checking the DependencyManagement Section.
- checkIfProcessingNeeded(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
- children - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- classifier - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Classifier for Artifact (tests,sources,etc)
- classifier - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Specify classifier to look for.
- classifier - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
The classifier of the artifact to download.
- classifier - Variable in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
- 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.
- collectAncestors() - Method in class org.apache.maven.plugins.dependency.DisplayAncestorsMojo
- 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.
- coordinate - Variable in class org.apache.maven.plugins.dependency.GetMojo
- coordinate - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- 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.
- 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.
- 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.
- createDependencyNodeFilter() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Gets the dependency node filter to use when serializing the dependency graph.
- createDependendableCoordinateFromArtifact(Artifact) - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
- createDependendableCoordinateFromDependency(Dependency) - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
- createMessage(Set<String>, StringBuilder, String) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
- createProjectDependencyAnalyzer() - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- createPurgeArtifactsFilter(MavenProject, List<Dependency>, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Create the includes exclude filter to use when resolving and purging dependencies Also excludes any "system" scope dependencies
- createResolvingArtifactFilter() - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Gets the artifact filter to use when resolving the dependency tree.
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(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.
- debug(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
By default, do nothing.
- DEFAULT_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- 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
- dependencyCollectorBuilder - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The dependency collector builder to use.
- dependencyGraphBuilder - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The dependency graph builder to use.
- dependencyResolver - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- dependencyResolver - Variable in class org.apache.maven.plugins.dependency.GetMojo
- dependencyResolver - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- dependencyResolver - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The dependency resolver
- 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(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, File) - Constructor for class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- DestFileFilter(File) - Constructor for class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- destFileName - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Provides ability to change destination file name
- detail - Variable in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
If
true
, display all settable properties for each goal. - directDependencies - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo.DirectDependencyFilter
- DirectDependencyFilter(Artifact, List<Dependency>) - Constructor for class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo.DirectDependencyFilter
-
Default constructor
- 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
- EdgeAppender(DependencyNode, DependencyNode, String) - Constructor for class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor.EdgeAppender
-
Build a new EdgeAppender.
- edges - Variable in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor
-
List of edges.
- encoding - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Encoding of artifact.
- encoding - Variable in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
Encoding of artifacts.
- 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(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.
- error(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
By default, do nothing.
- exclude - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Comma-separated list of groupId:artifactId entries, which should be used to exclude artifacts from deletion/refresh.
- 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
- excludes - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
A comma separated list of file patterns to exclude when unpacking the artifact.
- excludes - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
A comma separated list of file patterns to exclude when unpacking the artifact.
- excludes - Variable in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
A comma separated list of file patterns to exclude when unpacking the artifact.
- excludes - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The list of dependencies in the form of groupId:artifactId which should NOT be deleted/refreshed.
- excludes - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
A comma-separated list of artifacts to filter from the serialized dependency tree, or
null
not to filter any artifacts from the dependency tree. - 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.
- exclusions - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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
- failBuild - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Fail the build if a problem is detected.
- failOnMissingClassifierArtifact - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
This only applies if the classifier parameter is used.
- failOnWarning - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Whether to fail the build if a dependency warning is found.
- 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.
- fileMappers - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
FileMapper
s to be used for rewriting each target path, ornull
if no rewriting shall happen. - fileMappers - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
FileMapper
to be used for rewriting each target path, ornull
if no rewriting shall happen. - fileMappers - Variable in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
FileMapper
s to be used for rewriting each target path, ornull
if no rewriting shall happen. - fileSeparator - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Override the char used between the paths.
- fillMissingArtifactVersion(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Tries to find missing version from dependency list and dependency management.
- 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
- filterArtifactsByScope(Set<Artifact>, String) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- filterDependencies(Set<Artifact>, String[]) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- filterEmptyString(String) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
- filterMarkedDependencies(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Filter the marked dependencies
- findDeleteTarget(Artifact) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- findDependencyVersion(ArtifactItem, List<Dependency>, boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Tries to find missing version from a list of dependencies.
- findDuplicateDependencies(List<Dependency>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
- findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- from - Variable in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor.EdgeAppender
-
Edge start.
G
- gavToPath(String) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Convert a groupId:artifactId:version to a file system path
- generateId(DependencyNode) - Static method in class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
-
Generate a unique id from a DependencyNode.
- generateId(DependencyNode) - Static method in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor
-
Generate a unique id from a DependencyNode.
- getArtifact() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
- getArtifact() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- getArtifact() - Method in class org.apache.maven.plugins.dependency.utils.markers.DefaultFileMarkerHandler
- getArtifact(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Resolves the Artifact from the remote repository if necessary.
- 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
- getChildren() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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.
- getDependencyId(Artifact, boolean, boolean) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
- 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
- getExclusions() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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
- getFilteredResolvedArtifacts(MavenProject, List<Dependency>, TransformableFilter) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- 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(String) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
- 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
- getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getLastModified(File) - Method in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
-
Using simply
File.getLastModified
will return sometimes a wrong value see JDK bug for details. - getLayout(String) - Method in class org.apache.maven.plugins.dependency.GetMojo
- getLayout(String) - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
- 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
- getMarkedArtifactFilter(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
- getMarkedArtifactFilter(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
- getMarkedArtifactFilter(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
- 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() - Method in class org.apache.maven.plugins.dependency.utils.markers.UnpackFileMarkerHandler
- getMarkerFile(boolean) - Method in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
-
Get MarkerFile, exposed for unit testing purposes
- 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
- getMirroredRepo(Set<RemoteRepository>) - Method in class org.apache.maven.plugins.dependency.ListRepositoriesMojo
- 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
- getModuleDescriptor(File) - Method in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
- 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() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
- getName(Locale) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
- getOptional() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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
- getParent() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- getPremanagedScope() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- getPremanagedVersion() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- getProcessedArtifactItems(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
- getProcessedArtifactItems(ProcessArtifactItemsRequest) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Preprocesses the list of ArtifactItems.
- 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.
- getProjectKey(MavenProject) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- getRepositoryManager() - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- getResolvedDependencies() - Method in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- getResolvedDependencies(boolean) - Method in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Retrieves dependencies, either direct only or all including transitive.
- 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
- getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- 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
- getTransformableFilter() - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
- 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
- getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- getVersion() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
- getVersionConstraint() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- goal - Variable in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
The name of the goal for which to show help.
- 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
- GRAPHML_FOOTER - Static variable in class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
-
Graphml xml file footer.
- GRAPHML_HEADER - Static variable in class org.apache.maven.plugins.dependency.tree.GraphmlDependencyNodeVisitor
-
Graphml xml file header.
- 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.
- GROUP_ID_FUZZINESS - Static variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- groupId - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Group Id of Artifact
- groupId - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
The group ID of the artifact to download.
H
- handler - Variable in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
-
The handler.
- hasGAVSpecified() - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
- HelpMojo - Class in org.apache.maven.plugins.maven_dependency_plugin
-
Display help information on maven-dependency-plugin.
Callmvn dependency:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
I
- i18n - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
Internationalization component
- i18n - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
- ignoreAllNonTestScoped - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Ignore all dependencies that are used only in test but not test-scoped.
- ignoredDependencies - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
List of dependencies that will be ignored.
- ignoreDirect - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Ignore Direct Dependency Overrides of dependencyManagement section.
- ignoredNonTestScopedDependencies - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
List of dependencies that will be ignored if they are in not test scope but are only used in test classes.
- ignoredPackagings - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
List of project packaging that will be ignored.
- ignoredUnusedDeclaredDependencies - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
List of dependencies that will be ignored if they are declared but unused.
- ignoredUsedUndeclaredDependencies - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
List of dependencies that will be ignored if they are used but undeclared.
- ignoreNonCompile - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Ignore Runtime/Provided/Test/System scopes for unused dependency analysis.
- ignoreNonCompile - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
Ignore Runtime/Provided/Test/System scopes for unused dependency analysis
- 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.fromConfiguration.UnpackMojo
-
ignore to set file permissions when unpacking a dependency
- 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.fromDependencies.UnpackDependenciesMojo
-
ignore to set file permissions when unpacking a dependency
- ignorePermissions - Variable in class org.apache.maven.plugins.dependency.resolvers.AbstractResolveMojo
-
not used in this goal
- ignoreUnusedRuntime - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Ignore Runtime scope for unused dependency analysis.
- include - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Comma-separated list of groupId:artifactId entries, which should be used to include artifacts for deletion/refresh.
- 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.
- includeParents - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
Include parent poms in the dependency resolution list.
- includes - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
A comma separated list of file patterns to include when unpacking the artifact.
- includes - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
A comma separated list of file patterns to include when unpacking the artifact.
- includes - Variable in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
-
A comma separated list of file patterns to include when unpacking the artifact.
- includes - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The list of dependencies in the form of groupId:artifactId which should BE deleted/refreshed.
- includes - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
A comma-separated list of artifacts to filter the serialized dependency tree by, or
null
not to filter the dependency tree. - 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.
- indentSize - Variable in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- 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(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.
- info(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
By default, do nothing.
- installArtifact(Artifact, ProjectBuildingRequest) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
install the artifact and the corresponding pom if copyPoms=true
- installBaseSnapshot(Artifact, ProjectBuildingRequest) - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
- installer - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
- 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
- isArtifactInReactor(Artifact) - Method in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsArtifactFilter
- isCopyPom() - Method in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
- isDebugEnabled() - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
- isDependencyArtifactInReactor(String) - Method in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
- 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
- isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- 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
- isUpToDate(String) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Checks that new classpath differs from that found inside the old classpathFile.
- 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
- label - Variable in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor.EdgeAppender
-
Edge label.
- lineLength - Variable in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- 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
- locale - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
- localRepoProperty - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Replace the absolute path to the local repo with this property.
- localRepository - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The local repository, from which to delete artifacts.
- localRepositoryDirectory - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Path to override default local repository during plugin's execution.
- log - Variable in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsArtifactFilter
- log - Variable in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
- log(String, Log) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Writes the specified string to the log at info level.
- logArtifacts(Map<Artifact, Set<String>>, boolean) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- logArtifacts(Set<Artifact>, boolean) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- logDependencyWarning(CharSequence) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- 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.
- logUnpack(Log, File, File, String, String) - Method in class org.apache.maven.plugins.dependency.utils.UnpackUtil
M
- makeBuildingRequest() - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
- manualInclude - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Comma-separated list of groupId:artifactId entries, which should be used to manually include artifacts for deletion.
- manualIncludes - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The list of dependencies in the form of groupId:artifactId which should BE deleted/purged from the local repository.
- manualPurge(List<String>) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Purge/Delete artifacts from the local repository according to the given patterns.
- 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.fromConfiguration.UnpackMojo
-
Directory to store flag files after unpack
- 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
- ModuleDescriptor() - Constructor for class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo.ModuleDescriptor
- moduleNameSource - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo.ModuleDescriptor
- mojoExecution - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
This mojo execution, used to determine if it was launched from the lifecycle or the command-line.
N
- name - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo.ModuleDescriptor
- needsProcessing - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
- newProjectBuildingRequest(List<ArtifactRepository>) - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
- newResolveArtifactProjectBuildingRequest() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
- newResolvePluginProjectBuildingRequest() - Method in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
- nodeString - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
O
- optional - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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.analyze.AbstractAnalyzeMojo
-
Target folder
- outputDirectory - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Default output location used for mojo, unless overridden in ArtifactItem.
- outputDirectory - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Location to use for this Artifact.
- outputDirectory - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
Output location.
- outputEncoding - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
- outputEncoding - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
- outputEncoding - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolvePluginsMojo
- outputEncoding - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
- outputFile - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
The file to write the classpath string.
- 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.
- outputFile - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
If specified, this parameter will cause the dependency tree to be written to the path specified, instead of writing to the console.
- outputFileDirectory - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- outputFilterFile - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Write out the classpath in a format compatible with filtering (classpath=xxxxx)
- outputProperty - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
A property to set to the content of the classpath string.
- outputScope - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
If we should display the scope when resolving
- outputType - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
If specified, this parameter will cause the dependency tree to be written using the specified format.
- outputXML - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Output the xml for the missing dependencies (used but not declared).
- overWrite - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Force Overwrite..this is the one to set in pom
- overWriteIfNewer - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Overwrite if newer
- overWriteIfNewer - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Overwrite artifacts that don't exist or are older than the source.
- overWriteIfNewer - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- overWriteIfNewer - Variable in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
- overWriteReleases - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Overwrite release artifacts
- overWriteReleases - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Overwrite release artifacts
- overWriteReleases - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- overWriteReleases - Variable in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
- overWriteSnapshots - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
Overwrite snapshot artifacts
- overWriteSnapshots - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Overwrite snapshot artifacts
- overWriteSnapshots - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- overWriteSnapshots - Variable in class org.apache.maven.plugins.dependency.utils.filters.MarkerFileFilter
P
- packaging - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
The packaging of the artifact to download.
- parent - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- parentNodes - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
-
The resultant tree parent nodes for the currently visited node.
- parseIncludes(String) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Convert comma separated list of includes to List object
- parseRepository(String, ArtifactRepositoryPolicy) - Method in class org.apache.maven.plugins.dependency.GetMojo
- parseRepository(String, ArtifactRepositoryPolicy) - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
- pathSeparator - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Override the char used between path folders.
- plexusContainer - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
The plexusContainer to look-up the right
ProjectDependencyAnalyzer
implementation depending on the mojo configuration. - PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- pomRemoteRepositories - Variable in class org.apache.maven.plugins.dependency.GetMojo
- pomRemoteRepositories - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- prefix - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
The prefix to prepend on each dependent artifact.
- premanagedScope - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- premanagedVersion - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- prepareRemoteMirrorRepositoriesList(StringBuilder, Collection<RemoteRepository>) - Method in class org.apache.maven.plugins.dependency.ListRepositoriesMojo
- prepareRemoteRepositoriesList(StringBuilder, Collection<RemoteRepository>) - Method in class org.apache.maven.plugins.dependency.ListRepositoriesMojo
- prependGroupId - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
Prepend artifact groupId during copy
- prependGroupId - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
-
prepend the groupId to the filename.
- prependGroupId - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Prepend the groupId during copy.
- prependGroupId - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- prependGroupId(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
- printClassesFromArtifactResult(ArtifactResult) - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
- 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
- project - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
POM
- project - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
The Maven project to analyze.
- project - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
- project - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
-
The Maven project to analyze.
- project - Variable in class org.apache.maven.plugins.dependency.DisplayAncestorsMojo
-
POM
- project - Variable in class org.apache.maven.plugins.dependency.PropertiesMojo
-
The current Maven project
- project - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The current Maven project.
- project - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The Maven project.
- projectArtifact - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo.DirectDependencyFilter
- projectBuilder - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- projectHelper - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Maven ProjectHelper
- projectRepos - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The project's remote repositories to use for the resolution of project dependencies.
- 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
- purgeArtifacts(MavenProject, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- purgeLocalRepository(MavenProject, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Purges the local repository for the dependencies in the given Maven project.
- 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
- PurgeLocalRepositoryMojo.DirectDependencyFilter - Class in org.apache.maven.plugins.dependency
-
Includes only direct project dependencies.
- PurgeLocalRepositoryMojo.SnapshotsFilter - Class in org.apache.maven.plugins.dependency
-
Includes only snapshot artifacts
R
- reactorArtifactKeys - Variable in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsArtifactFilter
- reactorArtifactKeys - Variable in class org.apache.maven.plugins.dependency.resolvers.ExcludeReactorProjectsDependencyFilter
- reactorProjects - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
Contains the full list of projects in the reactor.
- reactorProjects - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
The Maven projects in the reactor.
- reactorProjects - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
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.
- regenerateFile - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
If 'true', it skips the up-to-date-check, and always regenerates the classpath file.
- remotePluginRepositories - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
Remote repositories which will be searched for plugins.
- remoteRepositories - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
Remote repositories which will be searched for artifacts.
- remoteRepositories - Variable in class org.apache.maven.plugins.dependency.GetMojo
-
Repositories in the format id::[layout]::url or just url, separated by comma.
- remoteRepositories - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
Repositories in the format id::[layout]::url or just URLs, separated by comma.
- removeClassifier - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
-
remove the classifier from the filename.
- removeClassifier - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- removeType - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- removeVersion - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
-
remove the version from the filename.
- removeVersion - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- removeVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
- renderBody() - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
- renderDependenciesTable(Sink, Collection<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportRenderer
- repeat(String, int) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
Repeat a String
n
times to form a new string. - repoSession - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The current repository/network configuration of Maven.
- repositoryLayouts - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
- repositoryLayouts - Variable in class org.apache.maven.plugins.dependency.GetMojo
-
Map that contains the layouts.
- repositoryLayouts - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
Map that contains the layouts.
- repositoryManager - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
- repositoryManager - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
- repositoryManager - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
- repositorySystem - Variable in class org.apache.maven.plugins.dependency.GetMojo
-
The repository system.
- repositorySystem - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
The repository system.
- repositorySystem - Variable in class org.apache.maven.plugins.dependency.ListRepositoriesMojo
- repositorySystem - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
- repositorySystemParam - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
- reResolve - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Whether to re-resolve the artifacts once they have been deleted from the local repository.
- reResolveArtifacts(MavenProject, Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- resolutionFuzziness - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Determines how liberally the plugin will delete an artifact from the local repository.
- 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.
- resolved - Variable in class org.apache.maven.plugins.dependency.utils.markers.SourcesFileMarkerHandler
- resolvedDependencies - Variable in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- resolveDependableCoordinate(ProjectBuildingRequest, Collection<DependableCoordinate>, String) - Method in class org.apache.maven.plugins.dependency.resolvers.GoOfflineMojo
- 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
- ResolveDependenciesMojo.ModuleDescriptor - Class in org.apache.maven.plugins.dependency.resolvers
- 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
- results - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
Only used to store results for integration test validation
- rootNode - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
-
The root node of the resultant tree.
- rootNode - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The computed dependency tree root node of the Maven project.
S
- scope - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The scope to filter by when resolving the dependency tree, or
null
to include dependencies from all scopes. - scriptableFlag - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Flag to use for scriptable output.
- scriptableOutput - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Output scriptable values for the missing dependencies (used but not declared).
- serializeDependencyTree(DependencyNode) - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Serializes the specified dependency tree to a string.
- session - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
The Maven session
- session - Variable in class org.apache.maven.plugins.dependency.GetMojo
- session - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
- session - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- session - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
- 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
- setChildren(List<DependencyNode>) - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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.
- shouldPurgeAllProjectsInReactor() - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Determines if all projects in the reactor should be purged from their dependencies.
- silent - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
If the plugin should be silent.
- skip - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDepMgt
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeDuplicateMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.GetMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.PropertiesMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Skip plugin execution completely.
- skip - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Skip plugin execution completely.
- skipDuringIncrementalBuild - Variable in class org.apache.maven.plugins.dependency.AbstractDependencyMojo
-
Skip plugin execution only during incremental builds (e.g.
- skippedDependencies - Variable in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- SnapshotsFilter() - Constructor for class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo.SnapshotsFilter
- snapshotsOnly - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Whether to purge only snapshot artifacts.
- sort - Variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojo
-
Sort the output list of resolved artifacts alphabetically.
- SOURCE_CLASSIFIER - Static variable in class org.apache.maven.plugins.dependency.resolvers.ResolveDependencySourcesMojo
- 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
- storeClasspathFile(String, File) - Method in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Stores the specified string into that file.
- stripClassifier - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
Strip artifact classifier during copy
- stripClassifier - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
Strip artifact classifier during copy
- stripClassifier - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Strip artifact classifier during copy (only works if prefix is set)
- 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.fromConfiguration.CopyMojo
-
Strip artifact version during copy
- stripVersion - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
Strip artifact version during copy
- stripVersion - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Strip artifact version during copy (only works if prefix is set)
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.
- TGFDependencyNodeVisitor.EdgeAppender - Class in org.apache.maven.plugins.dependency.tree
-
Utiity class to write an Edge.
- to - Variable in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor.EdgeAppender
-
Edge end.
- toArtifactCoordinate(DependableCoordinate) - Method in class org.apache.maven.plugins.dependency.GetMojo
- toArtifactCoordinate(DependableCoordinate) - Method in class org.apache.maven.plugins.dependency.ListClassesMojo
- toGraphTokens(String) - Method in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Gets the graph tokens instance for the specified name.
- tokenizer(String) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Mainly used to parse excludes, includes configuration.
- tokens - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
The token set name to use when outputting the dependency tree.
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toNodeString() - Method in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- toPatternExcludes(Artifact) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Returns a string that represents a pattern for an exclude filter for the given artifact.
- toString() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
- toString() - Method in class org.apache.maven.plugins.dependency.tree.TGFDependencyNodeVisitor.EdgeAppender
-
build a string representing the edge.
- transitive - Variable in class org.apache.maven.plugins.dependency.GetMojo
-
Download transitively, retrieving the specified artifact and all of its dependencies.
- transitive - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
Download transitively, retrieving the specified artifact and all of its dependencies.
- 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.fromConfiguration.ArtifactItem
-
Type of Artifact (War,Jar,etc)
- type - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractDependencyFilterMojo
-
Specify type to look for when constructing artifact based on classifier.
- type - Variable in class org.apache.maven.plugins.dependency.utils.translators.ClassifierTypeTranslator
U
- unpack(File, String, File, String, String, String, boolean, FileMapper[], Log) - Method in class org.apache.maven.plugins.dependency.utils.UnpackUtil
- unpackArtifact(ArtifactItem) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
-
This method gets the Artifact object and calls DependencyUtil.unpackFile.
- 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 - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.UnpackMojo
- unpackUtil - Variable in class org.apache.maven.plugins.dependency.fromDependencies.UnpackDependenciesMojo
- UnpackUtil - Class in org.apache.maven.plugins.dependency.utils
-
Provide unpack method in one place for
UnpackMojo
andUnpackDependenciesMojo
- UnpackUtil(ArchiverManager, BuildContext) - Constructor for class org.apache.maven.plugins.dependency.utils.UnpackUtil
-
Default constructor.
- unResolvedDependencies - Variable in class org.apache.maven.plugins.dependency.utils.DependencyStatusSets
- useBaseVersion - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.CopyMojo
-
Use artifact baseVersion during copy
- useBaseVersion - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
-
use the baseVersion of the artifact instead of version for the filename.
- useBaseVersion - Variable in class org.apache.maven.plugins.dependency.fromDependencies.BuildClasspathMojo
-
Either append the artifact's baseVersion or uniqueVersion to the filename.
- useBaseVersion - Variable in class org.apache.maven.plugins.dependency.fromDependencies.CopyDependenciesMojo
-
Either append the artifact's baseVersion or uniqueVersion to the filename.
- useBaseVersion - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- useBaseVersion(boolean) - Method in class org.apache.maven.plugins.dependency.fromConfiguration.ProcessArtifactItemsRequest
- usedDependencies - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Force dependencies as used, to override incomplete result caused by bytecode-level analysis.
- usedDependencies - Variable in class org.apache.maven.plugins.dependency.analyze.AnalyzeReportMojo
-
Force dependencies as used, to override incomplete result caused by bytecode-level analysis.
- useRepositoryLayout - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
Place each artifact in the same directory layout as a default repository.
- useRepositoryLayout - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- useSubDirectoryPerArtifact - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
Place each file in a separate subdirectory.
- useSubDirectoryPerArtifact - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- useSubDirectoryPerScope - Variable in class org.apache.maven.plugins.dependency.fromDependencies.AbstractFromDependenciesMojo
-
Place each type of file in a separate subdirectory.
- useSubDirectoryPerScope - Variable in class org.apache.maven.plugins.dependency.utils.filters.DestFileFilter
- useSubDirectoryPerType - 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.utils.filters.DestFileFilter
V
- verbose - Variable in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
-
Output used dependencies.
- verbose - Variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
-
Whether this plugin should output verbose messages.
- verbose - Variable in class org.apache.maven.plugins.dependency.tree.TreeMojo
-
Whether to include omitted nodes in the serialized dependency tree.
- verbose(String) - Method in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- verifyRequirements() - Method in class org.apache.maven.plugins.dependency.fromConfiguration.AbstractFromConfigurationMojo
-
artifactItems is filled by either field injection or by setArtifact().
- version - Variable in class org.apache.maven.plugins.dependency.fromConfiguration.ArtifactItem
-
Version of Artifact
- version - Variable in class org.apache.maven.plugins.dependency.ListClassesMojo
-
The version of the artifact to download.
- VERSION_FUZZINESS - Static variable in class org.apache.maven.plugins.dependency.PurgeLocalRepositoryMojo
- versionConstraint - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- 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
- visitor - Variable in class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor
-
The dependency node visitor to apply on the resultant dependency tree, or
null
for none.
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(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.
- warn(Throwable) - Method in class org.apache.maven.plugins.dependency.utils.DependencySilentLog
-
By default, do nothing.
- WrapperNode(DependencyNode, Artifact, String, String, String, Boolean, List<Exclusion>, String) - Constructor for class org.apache.maven.plugins.dependency.tree.BuildingDependencyNodeVisitor.WrapperNode
- write(String, File, boolean, String) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Writes the specified string to the specified file.
- write(String, File, boolean, Log) - Static method in class org.apache.maven.plugins.dependency.utils.DependencyUtil
-
Deprecated.specify an encoding instead of a log
- writeDependencyXML(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_dependency_plugin.HelpMojo
- writer - Variable in class org.apache.maven.plugins.dependency.tree.AbstractSerializingVisitor
-
The writer to serialize to.
- writeScriptableOutput(Set<Artifact>) - Method in class org.apache.maven.plugins.dependency.analyze.AbstractAnalyzeMojo
All Classes and Interfaces|All Packages|Constant Field Values