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
Deprecated.class
InvalidProjectVersionExceptionMethods 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
(Artifact artifact, boolean allowStubModel, ProjectBuildingRequest request) DefaultProjectBuilder.build
(Artifact artifact, ProjectBuildingRequest request) DefaultProjectBuilder.build
(ModelSource modelSource, ProjectBuildingRequest request) MavenProjectBuilder.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
(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. -
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.