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 TypeMethodDescriptionorg.apache.maven.model.ModelWorkspaceModelResolver.resolveEffectiveModel(String groupId, String artifactId, String versionConstraint) ModelResolver.resolveModel(String groupId, String artifactId, String version) Tries to resolve the POM for the specified coordinates.ModelResolver.resolveModel(org.apache.maven.model.Dependency dependency) Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency.ModelResolver.resolveModel(org.apache.maven.model.Parent parent) Tries to resolve the POM for the specified parent coordinates possibly updatingparent.org.apache.maven.model.ModelWorkspaceModelResolver.resolveRawModel(String groupId, String artifactId, String versionConstraint)