Uses of Class
org.apache.maven.model.resolution.UnresolvableModelException
-
Uses of UnresolvableModelException in org.apache.maven.model.resolution
Modifier and TypeMethodDescriptionWorkspaceModelResolver.resolveEffectiveModel
(String groupId, String artifactId, String versionConstraint) Deprecated.ModelResolver.resolveModel
(String groupId, String artifactId, String version) Deprecated.Tries to resolve the POM for the specified coordinates.default ModelSource
ModelResolver.resolveModel
(Dependency dependency, AtomicReference<Dependency> modified) Deprecated.default ModelSource
ModelResolver.resolveModel
(Parent parent, AtomicReference<Parent> modified) Deprecated.ModelResolver.resolveModel
(Dependency dependency) Deprecated.Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency
.ModelResolver.resolveModel
(Parent parent) Deprecated.Tries to resolve the POM for the specified parent coordinates possibly updatingparent
.WorkspaceModelResolver.resolveRawModel
(String groupId, String artifactId, String versionConstraint) Deprecated.