Interface WorkspaceModelResolver
public interface WorkspaceModelResolver
WorkspaceModelResolver
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.model.Model
resolveEffectiveModel
(String groupId, String artifactId, String versionConstraint) org.apache.maven.model.Model
resolveRawModel
(String groupId, String artifactId, String versionConstraint)
-
Method Details
-
resolveRawModel
org.apache.maven.model.Model resolveRawModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException - Throws:
UnresolvableModelException
-
resolveEffectiveModel
org.apache.maven.model.Model resolveEffectiveModel(String groupId, String artifactId, String versionConstraint) throws UnresolvableModelException - Throws:
UnresolvableModelException
-