| Modifier and Type | Method and Description |
|---|---|
static FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.newDistributionManagement()
This elements describes all that pertains to distribution for a
project.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withDownloadUrl(java.lang.String downloadUrl)
Set the URL of the project's download page.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withLocation(java.lang.Object key,
FluentInputLocationBuilder location) |
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withLocation(java.lang.Object key,
org.apache.maven.model.InputLocation location) |
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withRelocation(FluentRelocationBuilder relocation)
Set relocation information of the artifact if it has been
moved to a new group ID and/or artifact ID.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withRelocation(org.apache.maven.model.Relocation relocation)
Set relocation information of the artifact if it has been
moved to a new group ID and/or artifact ID.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withRepository(org.apache.maven.model.DeploymentRepository repository)
Set information needed to deploy the artifacts generated by
the project to a remote repository.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withRepository(FluentDeploymentRepositoryBuilder repository)
Set information needed to deploy the artifacts generated by
the project to a remote repository.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withSite(FluentSiteBuilder site)
Set information needed for deploying the web site of the
project.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withSite(org.apache.maven.model.Site site)
Set information needed for deploying the web site of the
project.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withSnapshotRepository(org.apache.maven.model.DeploymentRepository repository)
Set where to deploy snapshots of artifacts to.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withSnapshotRepository(FluentDeploymentRepositoryBuilder repository)
Set where to deploy snapshots of artifacts to.
|
FluentDistributionManagementBuilder |
FluentDistributionManagementBuilder.withStatus(java.lang.String status)
Set gives the status of this artifact in the remote
repository.
|
Copyright © 2014 Yandex. All Rights Reserved.