Uses of Class
org.apache.maven.model.resolution.UnresolvableModelException
-
Packages that use UnresolvableModelException Package Description org.apache.maven.model.resolution org.apache.maven.project org.apache.maven.repository.internal Maven Resolver extensions for utilizing the Maven POM and Maven repository metadata. -
-
Uses of UnresolvableModelException in org.apache.maven.model.resolution
Methods in org.apache.maven.model.resolution that throw UnresolvableModelException Modifier and Type Method Description ModelWorkspaceModelResolver. resolveEffectiveModel(java.lang.String groupId, java.lang.String artifactId, java.lang.String versionConstraint)ModelSourceModelResolver. resolveModel(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)Tries to resolve the POM for the specified coordinates.ModelSourceModelResolver. resolveModel(Dependency dependency)Tries to resolve the POM for the specified dependency coordinates possibly updatingdependency.ModelSourceModelResolver. resolveModel(Parent parent)Tries to resolve the POM for the specified parent coordinates possibly updatingparent.ModelWorkspaceModelResolver. resolveRawModel(java.lang.String groupId, java.lang.String artifactId, java.lang.String versionConstraint) -
Uses of UnresolvableModelException in org.apache.maven.project
Methods in org.apache.maven.project that throw UnresolvableModelException Modifier and Type Method Description ModelSourceProjectModelResolver. resolveModel(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)ModelSourceProjectModelResolver. resolveModel(Dependency dependency)ModelSourceProjectModelResolver. resolveModel(Parent parent) -
Uses of UnresolvableModelException in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal that throw UnresolvableModelException Modifier and Type Method Description ModelSourceDefaultModelResolver. resolveModel(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)ModelSourceDefaultModelResolver. resolveModel(Dependency dependency)ModelSourceDefaultModelResolver. resolveModel(Parent parent)
-