Package org.gradle.api.publish.maven
Interface MavenPomDeploymentRepository
The repository information of the Maven 
distributionManagement node.- Since:
- 9.1.0
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetId()A unique identifier for a repository.The type of layout this repository uses for locating and storing artifacts - can belegacyordefault.getName()Human readable name of the repository.Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.getUrl()The url of the repository, in the formprotocol://hostname/path.
- 
Method Details- 
getIdA unique identifier for a repository.- Since:
- 9.1.0
 
- 
getNameHuman readable name of the repository.- Since:
- 9.1.0
 
- 
getUniqueVersionWhether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time. Default value:true- Since:
- 9.1.0
 
- 
getUrlThe url of the repository, in the formprotocol://hostname/path.- Since:
- 9.1.0
 
- 
getLayoutThe type of layout this repository uses for locating and storing artifacts - can belegacyordefault. Default value:default- Since:
- 9.1.0
 
 
-