Uses of Class
org.apache.maven.plugin.compiler.DependencyExclusion
-
Uses of DependencyExclusion in org.apache.maven.plugin.compiler
Fields in org.apache.maven.plugin.compiler with type parameters of type DependencyExclusionModifier and TypeFieldDescriptionprivate Set
<DependencyExclusion> DependencyCoordinate.exclusions
Methods in org.apache.maven.plugin.compiler that return types with arguments of type DependencyExclusionMethod parameters in org.apache.maven.plugin.compiler with type arguments of type DependencyExclusionModifier and TypeMethodDescriptionprivate Set
<org.eclipse.aether.graph.Exclusion> AbstractCompilerMojo.convertToAetherExclusions
(Set<DependencyExclusion> exclusions) void
DependencyCoordinate.setExclusions
(Set<DependencyExclusion> exclusions)