| Modifier and Type | Method and Description |
|---|---|
static FluentRepositoryBuilder |
FluentRepositoryBuilder.newRepository()
Repository contains the information needed for
establishing connections with remote repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withId(java.lang.String id)
Set a unique identifier for a repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withLayout(java.lang.String layout)
Set the type of layout this repository uses for locating and
storing artifacts - can be "legacy" or
"default".
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withName(java.lang.String name)
Set human readable name of the repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withReleases(FluentRepositoryPolicyBuilder releases)
Set how to handle downloading of releases from this
repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withReleases(org.apache.maven.settings.RepositoryPolicy releases)
Set how to handle downloading of releases from this
repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withSnapshots(FluentRepositoryPolicyBuilder snapshots)
Set how to handle downloading of snapshots from this
repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withSnapshots(org.apache.maven.settings.RepositoryPolicy snapshots)
Set how to handle downloading of snapshots from this
repository.
|
FluentRepositoryBuilder |
FluentRepositoryBuilder.withUrl(java.lang.String url)
Set the url of the repository.
|
| Modifier and Type | Method and Description |
|---|---|
FluentProfileBuilder |
FluentProfileBuilder.withPluginRepository(FluentRepositoryBuilder repository)
add a remote repository for discovering plugins.
|
FluentProfileBuilder |
FluentProfileBuilder.withRepository(FluentRepositoryBuilder repository)
Add a remote repository.
|
Copyright © 2014 Yandex. All Rights Reserved.