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 DependencyExclusion Modifier and Type Field Description private java.util.Set<DependencyExclusion>
DependencyCoordinate. exclusions
Methods in org.apache.maven.plugin.compiler that return types with arguments of type DependencyExclusion Modifier and Type Method Description java.util.Set<DependencyExclusion>
DependencyCoordinate. getExclusions()
Method parameters in org.apache.maven.plugin.compiler with type arguments of type DependencyExclusion Modifier and Type Method Description private java.util.Set<org.eclipse.aether.graph.Exclusion>
AbstractCompilerMojo. convertToAetherExclusions(java.util.Set<DependencyExclusion> exclusions)
void
DependencyCoordinate. setExclusions(java.util.Set<DependencyExclusion> exclusions)
-