public class MavenRepositoryContainer extends BuildItemContainer<String,MavenRepository>
BuildItemContainer
implementation for maven
repositories
.Modifier and Type | Method and Description |
---|---|
void |
add(MavenRepository.Builder builder)
Register a
repository with the specified
state. |
void |
add(MavenRepository repository)
Register the specified
repository . |
public void add(MavenRepository repository)
repository
.repository
- the repository to registerpublic void add(MavenRepository.Builder builder)
repository
with the specified
state.builder
- the state of the repositoryCopyright © 2020 Pivotal Software, Inc.. All rights reserved.