Uses of Class
org.apache.maven.project.ProjectBuildingException
Package
Description
-
Uses of ProjectBuildingException in org.apache.maven
ModifierConstructorDescriptionMavenExecutionException
(String message, File pomFile, ProjectBuildingException cause) -
Uses of ProjectBuildingException in org.apache.maven.plugin
-
Uses of ProjectBuildingException in org.apache.maven.project
Modifier and TypeClassDescriptionclass
InvalidProjectVersionExceptionModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(File pomFile, ProjectBuildingRequest request) DefaultProjectBuilder.build
(List<File> pomFiles, boolean recursive, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, boolean allowStubModel, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) ProjectBuilder.build
(File projectFile, ProjectBuildingRequest request) Builds a project descriptor from the specified POM file.ProjectBuilder.build
(List<File> pomFiles, boolean recursive, ProjectBuildingRequest request) Builds the projects for the specified POM files and optionally their children.ProjectBuilder.build
(Artifact projectArtifact, boolean allowStubModel, ProjectBuildingRequest request) Builds a project descriptor for the specified artifact.ProjectBuilder.build
(Artifact projectArtifact, ProjectBuildingRequest request) Builds a project descriptor for the specified artifact.ProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) Builds a project descriptor for the specified model source. -
Uses of ProjectBuildingException in org.apache.maven.project.artifact
Modifier and TypeClassDescriptionclass
Thrown if a dependency has an invalid version. -
Uses of ProjectBuildingException in org.apache.maven.project.collector
Modifier and TypeMethodDescriptionMultiModuleCollectionStrategy.collectProjects
(MavenExecutionRequest request) PomlessCollectionStrategy.collectProjects
(MavenExecutionRequest request) ProjectCollectionStrategy.collectProjects
(MavenExecutionRequest request) RequestPomCollectionStrategy.collectProjects
(MavenExecutionRequest request) DefaultProjectsSelector.selectProjects
(List<File> files, MavenExecutionRequest request) ProjectsSelector.selectProjects
(List<File> files, MavenExecutionRequest request) Select Maven projects from a list of POM files.