MavenPomScm

interface MavenPomScm(source)

The SCM (source control management) of a Maven publication.

Since

4.8

See also

Functions

Link copied to clipboard
abstract fun getConnection(): Property<String>
The connection URL of this SCM.
Link copied to clipboard
The developer connection URL of this SCM.
Link copied to clipboard
abstract fun getTag(): Property<String>
The tag of current code in this SCM.
Link copied to clipboard
abstract fun getUrl(): Property<String>
The browsable repository URL of this SCM.