Uses of Class
org.apache.maven.plugins.enforcer.utils.ArtifactMatcher
Packages that use ArtifactMatcher
-
Uses of ArtifactMatcher in org.apache.maven.plugins.enforcer
Methods in org.apache.maven.plugins.enforcer with parameters of type ArtifactMatcherModifier and TypeMethodDescriptionprivate static boolean
BanTransitiveDependencies.searchTree
(org.apache.maven.shared.dependency.graph.DependencyNode node, int level, ArtifactMatcher excludes, StringBuilder message) Searches dependency tree recursively for transitive dependencies that are not excluded, while generating nice info message along the way.