Uses of Class
org.apache.maven.plugin.compiler.DependencyCoordinate
-
Uses of DependencyCoordinate in org.apache.maven.plugin.compiler
Fields in org.apache.maven.plugin.compiler with type parameters of type DependencyCoordinateModifier and TypeFieldDescriptionprivate List
<DependencyCoordinate> AbstractCompilerMojo.annotationProcessorPaths
Classpath elements to supply as annotation processor path.Methods in org.apache.maven.plugin.compiler with parameters of type DependencyCoordinateModifier and TypeMethodDescriptionAbstractCompilerMojo.findManagedVersion
(DependencyCoordinate dependencyCoordinate, List<org.apache.maven.model.Dependency> managedDependencies) private String
AbstractCompilerMojo.getAnnotationProcessorPathVersion
(DependencyCoordinate annotationProcessorPath) Method parameters in org.apache.maven.plugin.compiler with type arguments of type DependencyCoordinateModifier and TypeMethodDescriptionprivate List
<org.eclipse.aether.graph.Dependency> AbstractCompilerMojo.convertToDependencies
(List<DependencyCoordinate> annotationProcessorPaths)