org.apache.maven.project
Interface MavenProjectBuilder
- All Known Implementing Classes:
- DefaultMavenProjectBuilder
public interface MavenProjectBuilder
STRICT_MODEL_PARSING
static final boolean STRICT_MODEL_PARSING
- See Also:
- Constant Field Values
build
MavenProject build(java.io.File project,
ArtifactRepository localRepository,
ProfileManager profileManager)
throws ProjectBuildingException
- Throws:
ProjectBuildingException
buildFromRepository
MavenProject buildFromRepository(Artifact artifact,
java.util.List remoteArtifactRepositories,
ArtifactRepository localRepository,
boolean allowStub)
throws ProjectBuildingException
- Throws:
ProjectBuildingException
build
MavenProject build(java.io.File project,
ProjectBuilderConfiguration configuration)
throws ProjectBuildingException
- Throws:
ProjectBuildingException
buildProjectWithDependencies
MavenProjectBuildingResult buildProjectWithDependencies(java.io.File project,
ProjectBuilderConfiguration configuration)
throws ProjectBuildingException
- Throws:
ProjectBuildingException
buildFromRepository
MavenProject buildFromRepository(Artifact artifact,
java.util.List remoteArtifactRepositories,
ArtifactRepository localRepository)
throws ProjectBuildingException
- Throws:
ProjectBuildingException
buildStandaloneSuperProject
MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration)
throws ProjectBuildingException
- Throws:
ProjectBuildingException
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.