RepositoryAssembler
@Component(role=RepositoryAssembler.class) public class DefaultRepositoryAssembler extends org.codehaus.plexus.logging.AbstractLogEnabled implements RepositoryAssembler
Modifier and Type | Field | Description |
---|---|---|
protected org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolver |
artifactResolver |
Constructor | Description |
---|---|
DefaultRepositoryAssembler() |
Modifier and Type | Method | Description |
---|---|---|
void |
buildRemoteRepository(File repositoryDirectory,
RepositoryInfo repository,
RepositoryBuilderConfigSource configSource) |
|
protected Map<String,GroupVersionAlignment> |
createGroupVersionAlignments(List<GroupVersionAlignment> versionAlignments) |
@Requirement protected org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolver artifactResolver
public void buildRemoteRepository(File repositoryDirectory, RepositoryInfo repository, RepositoryBuilderConfigSource configSource) throws RepositoryAssemblyException
buildRemoteRepository
in interface RepositoryAssembler
RepositoryAssemblyException
protected Map<String,GroupVersionAlignment> createGroupVersionAlignments(List<GroupVersionAlignment> versionAlignments)
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.