public class MavenDistributionManagement extends Object
<distributionManagement> section.| Modifier and Type | Class and Description |
|---|---|
static class |
MavenDistributionManagement.Builder |
static class |
MavenDistributionManagement.DeploymentRepository
Describe where to deploy artifacts.
|
static class |
MavenDistributionManagement.Relocation
Relocation information of the artifact if it has been moved to a new groupId and/or
artifactId.
|
static class |
MavenDistributionManagement.Site
Information needed for deploying the web site of the project.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDownloadUrl()
Return the URL where this project can be downloaded from.
|
MavenDistributionManagement.Relocation |
getRelocation()
Return the relocation information of the artifact if it has been moved to a new
groupId and/or artifactId.
|
MavenDistributionManagement.DeploymentRepository |
getRepository()
Return the information needed to deploy the artifacts generated by the project to a
remote repository.
|
MavenDistributionManagement.Site |
getSite()
Return the information needed for deploying the web site of the project.
|
MavenDistributionManagement.DeploymentRepository |
getSnapshotRepository()
Return the information needed to deploy the snapshot artifacts generated by the
project to a remote repository.
|
boolean |
isEmpty() |
public boolean isEmpty()
public String getDownloadUrl()
public MavenDistributionManagement.DeploymentRepository getRepository()
MavenDistributionManagement.DeploymentRepository for released artifactspublic MavenDistributionManagement.DeploymentRepository getSnapshotRepository()
MavenDistributionManagement.DeploymentRepository for snapshot artifactspublic MavenDistributionManagement.Site getSite()
MavenDistributionManagement.Sitepublic MavenDistributionManagement.Relocation getRelocation()
MavenDistributionManagement.RelocationCopyright © 2021 Pivotal Software, Inc.. All rights reserved.