Uses of Class
org.apache.maven.plugin.compiler.DependencyExclusion
-
Packages that use DependencyExclusion Package Description org.apache.maven.plugin.compiler -
-
Uses of DependencyExclusion in org.apache.maven.plugin.compiler
Methods in org.apache.maven.plugin.compiler that return types with arguments of type DependencyExclusion Modifier and Type Method Description Set<DependencyExclusion>
DependencyCoordinate. getExclusions()
Method parameters in org.apache.maven.plugin.compiler with type arguments of type DependencyExclusion Modifier and Type Method Description void
DependencyCoordinate. setExclusions(Set<DependencyExclusion> exclusions)
-