| Modifier and Type | Method and Description |
|---|---|
static FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.newDeploymentRepository()
Repository contains the information needed for deploying to the
remote repository.
|
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withId(java.lang.String id)
Set a unique identifier for a repository.
|
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withLayout(java.lang.String layout)
Set the type of layout this repository uses for locating and
storing artifacts - can be
legacy or
default. |
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withLocation(java.lang.Object key,
org.apache.maven.model.InputLocation location) |
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withName(java.lang.String name)
Set human readable name of the repository.
|
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withNotUniqueVersion()
Set not to use the same version each time instead of
assigning snapshots a unique version comprised of the
timestamp and build number (which is the default behaviour).
|
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withReleases(org.apache.maven.model.RepositoryPolicy releases)
Set how to handle downloading of releases from this
repository.
|
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withSnapshots(org.apache.maven.model.RepositoryPolicy snapshots)
Set how to handle downloading of snapshots from this
repository.
|
FluentDeploymentRepositoryBuilder |
FluentDeploymentRepositoryBuilder.withUrl(java.lang.String url)
Set the url of the repository, in the form
protocol://hostname/path. |
| Modifier and Type | Method and Description |
|---|---|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withRepository(FluentDeploymentRepositoryBuilder repository)
Set information needed to deploy the artifacts generated by
the project to a remote repository.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withSnapshotRepository(FluentDeploymentRepositoryBuilder repository)
Set where to deploy snapshots of artifacts to.
|
Copyright © 2014 Yandex. All Rights Reserved.