Package org.gradle.api.publish.maven
Interface MavenPomDeploymentRepository
The repository information of the Maven
distributionManagement
node.- Since:
- 9.1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
A unique identifier for a repository.The type of layout this repository uses for locating and storing artifacts - can belegacy
ordefault
.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
-
getId
A unique identifier for a repository.- Since:
- 9.1.0
-
getName
Human readable name of the repository.- Since:
- 9.1.0
-
getUniqueVersion
Whether 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
-
getUrl
The url of the repository, in the formprotocol://hostname/path
.- Since:
- 9.1.0
-
getLayout
The type of layout this repository uses for locating and storing artifacts - can belegacy
ordefault
. Default value:default
- Since:
- 9.1.0
-