Uses of Class
org.apache.maven.api.services.ModelResolverException
Packages that use ModelResolverException
-
Uses of ModelResolverException in org.apache.maven.api.services
Methods in org.apache.maven.api.services that throw ModelResolverExceptionModifier and TypeMethodDescriptionModelResolver.resolveModel(Session session, String groupId, String artifactId, String version, Consumer<String> resolvedVersion) default ModelSourceModelResolver.resolveModel(Session session, Dependency dependency, AtomicReference<Dependency> modified) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency.default ModelSourceModelResolver.resolveModel(Session session, Parent parent, AtomicReference<Parent> modified) Tries to resolve the POM for the specified parent coordinates possibly updatingparent.