|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectBuildingException | |
---|---|
org.apache.maven | |
org.apache.maven.plugin | |
org.apache.maven.project | |
org.apache.maven.project.artifact |
Uses of ProjectBuildingException in org.apache.maven |
---|
Constructors in org.apache.maven with parameters of type ProjectBuildingException | |
---|---|
MavenExecutionException(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 | |
---|---|
InvalidPluginException(String message,
ProjectBuildingException e)
|
Uses of ProjectBuildingException in org.apache.maven.project |
---|
Subclasses of ProjectBuildingException in org.apache.maven.project | |
---|---|
class |
InvalidProjectVersionException
|
Methods in org.apache.maven.project that throw ProjectBuildingException | |
---|---|
ProjectBuildingResult |
ProjectBuilder.build(Artifact projectArtifact,
boolean allowStubModel,
ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact. |
ProjectBuildingResult |
DefaultProjectBuilder.build(Artifact artifact,
boolean allowStubModel,
ProjectBuildingRequest request)
|
ProjectBuildingResult |
ProjectBuilder.build(Artifact projectArtifact,
ProjectBuildingRequest request)
Builds a project descriptor for the specified artifact. |
ProjectBuildingResult |
DefaultProjectBuilder.build(Artifact artifact,
ProjectBuildingRequest request)
|
ProjectBuildingResult |
ProjectBuilder.build(File projectFile,
ProjectBuildingRequest request)
Builds a project descriptor from the specified POM file. |
ProjectBuildingResult |
DefaultProjectBuilder.build(File pomFile,
ProjectBuildingRequest request)
|
List<ProjectBuildingResult> |
ProjectBuilder.build(List<File> pomFiles,
boolean recursive,
ProjectBuildingRequest request)
Builds the projects for the specified POM files and optionally their children. |
List<ProjectBuildingResult> |
DefaultProjectBuilder.build(List<File> pomFiles,
boolean recursive,
ProjectBuildingRequest request)
|
ProjectBuildingResult |
ProjectBuilder.build(ModelSource modelSource,
ProjectBuildingRequest request)
Builds a project descriptor for the specified model source. |
ProjectBuildingResult |
DefaultProjectBuilder.build(ModelSource modelSource,
ProjectBuildingRequest request)
|
Uses of ProjectBuildingException in org.apache.maven.project.artifact |
---|
Subclasses of ProjectBuildingException in org.apache.maven.project.artifact | |
---|---|
class |
InvalidDependencyVersionException
Thrown if a dependency has an invalid version. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |