Uses of Interface
org.apache.maven.plugins.assembly.repository.RepositoryBuilderConfigSource
-
-
Uses of RepositoryBuilderConfigSource in org.apache.maven.plugins.assembly.archive.phase
Methods in org.apache.maven.plugins.assembly.archive.phase that return RepositoryBuilderConfigSource Modifier and Type Method Description private RepositoryBuilderConfigSource
RepositoryAssemblyPhase. wrap(AssemblerConfigurationSource configSource)
-
Uses of RepositoryBuilderConfigSource in org.apache.maven.plugins.assembly.archive.phase.wrappers
Classes in org.apache.maven.plugins.assembly.archive.phase.wrappers that implement RepositoryBuilderConfigSource Modifier and Type Class Description class
RepoBuilderConfigSourceWrapper
-
Uses of RepositoryBuilderConfigSource in org.apache.maven.plugins.assembly.repository
Methods in org.apache.maven.plugins.assembly.repository with parameters of type RepositoryBuilderConfigSource Modifier and Type Method Description void
DefaultRepositoryAssembler. buildRemoteRepository(java.io.File repositoryDirectory, RepositoryInfo repository, RepositoryBuilderConfigSource configSource)
void
RepositoryAssembler. buildRemoteRepository(java.io.File repositoryDirectory, RepositoryInfo repository, RepositoryBuilderConfigSource configSource)
-