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.graph
Methods in org.apache.maven.graph that throw ProjectBuildingExceptionModifier and TypeMethodDescriptionprivate List<MavenProject> DefaultGraphBuilder.getProjectsForMavenReactor(MavenSession session) -
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 TypeClassDescriptionclassDeprecated.classInvalidProjectVersionExceptionMethods in org.apache.maven.project that return ProjectBuildingExceptionModifier and TypeMethodDescriptionprivate ProjectBuildingExceptionDefaultMavenProjectBuilder.transformError(ProjectBuildingException e) Deprecated.Methods in org.apache.maven.project with parameters of type ProjectBuildingExceptionModifier and TypeMethodDescriptionprivate ProjectBuildingExceptionDefaultMavenProjectBuilder.transformError(ProjectBuildingException e) Deprecated.Methods in org.apache.maven.project that throw ProjectBuildingExceptionModifier and TypeMethodDescriptionDefaultMavenProjectBuilder.build(File pom, ArtifactRepository localRepository, ProfileManager profileManager) Deprecated.DefaultMavenProjectBuilder.build(File pom, ProjectBuilderConfiguration configuration) Deprecated.DefaultProjectBuilder.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.(package private) ProjectBuildingResultDefaultProjectBuilder.BuildSession.build(Path pomFile, ModelSource modelSource) (package private) List<ProjectBuildingResult> (package private) ProjectBuildingResultMavenProjectBuilder.build(File pom, ArtifactRepository localRepository, ProfileManager profileManager) Deprecated.MavenProjectBuilder.build(File pom, ProjectBuilderConfiguration configuration) 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.DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) Deprecated.DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository, boolean allowStubModel) Deprecated.DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ProjectBuilderConfiguration configuration, boolean allowStubModel) Deprecated.MavenProjectBuilder.buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) Deprecated.MavenProjectBuilder.buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository, boolean allowStubModel) Deprecated.DefaultMavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository) Deprecated.DefaultMavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager) Deprecated.DefaultMavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration configuration) Deprecated.This is used for pom-less execution like running archetype:generate.MavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository) Deprecated.MavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager) Deprecated.MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration configuration) Deprecated.DefaultMavenProjectBuilder.buildWithDependencies(File pom, ArtifactRepository localRepository, ProfileManager profileManager) Deprecated.DefaultMavenProjectBuilder.buildWithDependencies(File pom, ArtifactRepository localRepository, ProfileManager profileManager, org.apache.maven.wagon.events.TransferListener transferListener) Deprecated.MavenProjectBuilder.buildWithDependencies(File pom, ArtifactRepository localRepository, ProfileManager globalProfileManager) Deprecated.MavenProjectBuilder.buildWithDependencies(File pom, ArtifactRepository localRepository, ProfileManager globalProfileManager, org.apache.maven.wagon.events.TransferListener transferListener) Deprecated.private List<ArtifactRepository> DefaultMavenProjectBuilder.normalizeToArtifactRepositories(List<?> repositories, ProjectBuildingRequest request) Deprecated. -
Uses of ProjectBuildingException in org.apache.maven.project.artifact
Subclasses of ProjectBuildingException in org.apache.maven.project.artifactModifier and TypeClassDescriptionclassThrown if a dependency has an invalid version.Methods in org.apache.maven.project.artifact with parameters of type ProjectBuildingExceptionModifier and TypeMethodDescriptionprivate ModelProblemMavenMetadataSource.hasMissingParentPom(ProjectBuildingException e) Deprecated. -
Uses of ProjectBuildingException in org.apache.maven.project.collector
Methods in org.apache.maven.project.collector with parameters of type ProjectBuildingExceptionModifier and TypeMethodDescriptionprivate booleanMultiModuleCollectionStrategy.isModuleOutsideRequestScopeDependingOnPluginModule(MavenExecutionRequest request, ProjectBuildingException exception) This method finds out whether collecting projects failed because of the following scenario: - A multi-module project containing a module which is a plugin and another module which depends on it.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.