MavenPomDeploymentRepository

The repository information of the Maven distributionManagement node.

Since

9.1.0

See also

Functions

Link copied to clipboard
abstract fun getId(): Property<String>
A unique identifier for a repository.
Link copied to clipboard
abstract fun getLayout(): Property<String>
The type of layout this repository uses for locating and storing artifacts - can be legacy or default.
Link copied to clipboard
abstract fun getName(): Property<String>
Human readable name of the repository.
Link copied to clipboard
Whether to assign snapshots a unique version comprised of the timestamp and build number, or to use the same version each time.
Link copied to clipboard
abstract fun getUrl(): Property<String>
The url of the repository, in the form protocol://hostname/path.