public class DistributionManagement extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
DistributionManagement()
|
| Modifier and Type | Method and Description |
|---|---|
DistributionManagement |
clone()
Method clone.
|
String |
getDownloadUrl()
Get the URL of the project's download page.
|
InputLocation |
getLocation(Object
Gets the location of the specified field in the input source.
|
Relocation |
getRelocation()
Get relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
|
DeploymentRepository |
getRepository()
Get information needed to deploy the artifacts generated by the project to a remote repository.
|
Site |
getSite()
Get information needed for deploying the web site of the project.
|
DeploymentRepository |
getSnapshotRepository()
Get where to deploy snapshots of artifacts to.
|
String |
getStatus()
Get gives the status of this artifact in the remote repository.
|
void |
setDownloadUrl(String
Set the URL of the project's download page.
|
void |
setLocation(Object
Sets the location of the specified field.
|
void |
setRelocation(Relocation
Set relocation information of the artifact if it has been moved to a new group ID and/or artifact ID.
|
void |
setRepository(DeploymentRepository
Set information needed to deploy the artifacts generated by the project to a remote repository.
|
void |
setSite(Site
Set information needed for deploying the web site of the project.
|
void |
setSnapshotRepository(DeploymentRepository
Set where to deploy snapshots of artifacts to.
|
void |
setStatus(String
Set gives the status of this artifact in the remote repository.
|
public DistributionManagementclone()
public StringgetDownloadUrl()
url. This is given to assist in locating artifacts that are not in the repository due to licensing restrictions.
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public RelocationgetRelocation()
public DeploymentRepositorygetRepository()
public SitegetSite()
public DeploymentRepositorygetSnapshotRepository()
repository element.
public StringgetStatus()
none (default),
converted (repository manager converted this from an Maven 1 POM),
partner (directly synced from a partner Maven 2 repository),
deployed (was deployed from a Maven 2 instance),
verified (has been hand verified as correct and final).
public void setDownloadUrl(StringdownloadUrl)
url. This is given to assist in locating artifacts that are not in the repository due to licensing restrictions.
downloadUrl -
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setRelocation(Relocationrelocation)
relocation -
public void setRepository(DeploymentRepositoryrepository)
repository -
public void setSite(Sitesite)
site -
public void setSnapshotRepository(DeploymentRepositorysnapshotRepository)
repository element.
snapshotRepository -
public void setStatus(Stringstatus)
none (default),
converted (repository manager converted this from an Maven 1 POM),
partner (directly synced from a partner Maven 2 repository),
deployed (was deployed from a Maven 2 instance),
verified (has been hand verified as correct and final).
status -