Uses of Class
org.apache.maven.artifact.DependencyResolutionRequiredException
Packages that use DependencyResolutionRequiredException
-
Uses of DependencyResolutionRequiredException in org.apache.maven.project
Methods in org.apache.maven.project that throw DependencyResolutionRequiredExceptionModifier and TypeMethodDescriptionMavenProject.getClasspathElements
(Predicate<String> scopeFilter, boolean includeTestDir) Returns a filtered list of classpath elements.MavenProject.getCompileClasspathElements()
Deprecated.This method is unreliable because it does not consider other dependency properties.MavenProject.getRuntimeClasspathElements()
Deprecated.This method is unreliable because it does not consider other dependency properties.MavenProject.getSystemClasspathElements()
Deprecated.MavenProject.getTestClasspathElements()
Deprecated.This method is unreliable because it does not consider other dependency properties.