Uses of Class
org.apache.maven.api.services.ProjectBuilderException
Packages that use ProjectBuilderException
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ProjectBuilderException in org.apache.maven.api.services
Methods in org.apache.maven.api.services that throw ProjectBuilderExceptionModifier and TypeMethodDescriptionProjectBuilder.build
(ProjectBuilderRequest request) Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file.default ProjectBuilderResult
Creates aProject
from a POM file. -
Uses of ProjectBuilderException in org.apache.maven.internal.impl
Methods in org.apache.maven.internal.impl that throw ProjectBuilderExceptionModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(ProjectBuilderRequest request) protected ProjectBuilderResult
DefaultProjectBuilder.doBuild
(ProjectBuilderRequest request)