Uses of Interface
org.apache.maven.api.services.ModelProblem
Packages that use ModelProblem
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ModelProblem in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return types with arguments of type ModelProblemModifier and TypeMethodDescriptionModelBuilderException.getProblemCollector()Gets the problems that caused this exception.ModelBuilderResult.getProblemCollector()Gets the problem collector that collected problems encountered during the project building.ModelProblemCollector.getProblemCollector()Methods in org.apache.maven.api.services with parameters of type ModelProblem -
Uses of ModelProblem in org.apache.maven.impl.model
Classes in org.apache.maven.impl.model that implement ModelProblemModifier and TypeClassDescriptionclassDescribes a problem that was encountered during model building.Methods in org.apache.maven.impl.model that return types with arguments of type ModelProblemModifier and TypeMethodDescriptionDefaultModelBuilder.ModelBuilderSessionState.getProblemCollector()Methods in org.apache.maven.impl.model with parameters of type ModelProblemModifier and TypeMethodDescriptionstatic StringModelProblemUtils.formatLocation(ModelProblem problem, String projectId) Creates a string with all location details for the specified model problem.