Uses of Class
org.apache.maven.project.ProjectBuildingException
Packages that use ProjectBuildingException
Package
Description
-
Uses of ProjectBuildingException in org.apache.maven
Constructors in org.apache.maven with parameters of type ProjectBuildingExceptionModifierConstructorDescriptionMavenExecutionException
(String message, File pomFile, ProjectBuildingException cause) -
Uses of ProjectBuildingException in org.apache.maven.plugin
Constructors in org.apache.maven.plugin with parameters of type ProjectBuildingException -
Uses of ProjectBuildingException in org.apache.maven.project
Subclasses of ProjectBuildingException in org.apache.maven.projectModifier and TypeClassDescriptionclass
InvalidProjectVersionExceptionMethods in org.apache.maven.project that throw ProjectBuildingExceptionModifier and TypeMethodDescriptionDefaultProjectBuilder.build
(File pomFile, ProjectBuildingRequest request) DefaultProjectBuilder.build
(List<File> pomFiles, boolean recursive, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, boolean allowStubModel, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) Deprecated.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
(ModelSource modelSource, ProjectBuildingRequest request) Builds a project descriptor for the specified model source.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
Subclasses of ProjectBuildingException in org.apache.maven.project.artifactModifier and TypeClassDescriptionclass
Thrown if a dependency has an invalid version. -
Uses of ProjectBuildingException in org.apache.maven.project.collector
Methods in org.apache.maven.project.collector that throw ProjectBuildingExceptionModifier 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.