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