@Component(role=MavenProjectBuilder.class) @Deprecated public class DefaultMavenProjectBuilder extends Object implements MavenProjectBuilder
Constructor and Description |
---|
DefaultMavenProjectBuilder()
Deprecated.
|
public MavenProject build(File pom, ProjectBuilderConfiguration configuration) throws ProjectBuildingException
build
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject build(File pom, ArtifactRepository localRepository, ProfileManager profileManager) throws ProjectBuildingException
build
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ProjectBuilderConfiguration configuration, boolean allowStubModel) throws ProjectBuildingException
ProjectBuildingException
public MavenProject buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository, boolean allowStubModel) throws ProjectBuildingException
buildFromRepository
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject buildFromRepository(Artifact artifact, List<ArtifactRepository> remoteRepositories, ArtifactRepository localRepository) throws ProjectBuildingException
buildFromRepository
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject buildStandaloneSuperProject(ProjectBuilderConfiguration configuration) throws ProjectBuildingException
buildStandaloneSuperProject
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository) throws ProjectBuildingException
buildStandaloneSuperProject
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager) throws ProjectBuildingException
buildStandaloneSuperProject
in interface MavenProjectBuilder
ProjectBuildingException
public MavenProject buildWithDependencies(File pom, ArtifactRepository localRepository, ProfileManager profileManager, org.apache.maven.wagon.events.TransferListener transferListener) throws ProjectBuildingException, ArtifactResolutionException, ArtifactNotFoundException
buildWithDependencies
in interface MavenProjectBuilder
ProjectBuildingException
ArtifactResolutionException
ArtifactNotFoundException
public MavenProject buildWithDependencies(File pom, ArtifactRepository localRepository, ProfileManager profileManager) throws ProjectBuildingException, ArtifactResolutionException, ArtifactNotFoundException
buildWithDependencies
in interface MavenProjectBuilder
ProjectBuildingException
ArtifactResolutionException
ArtifactNotFoundException
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.