api / org.gradle.api.publish.maven / MavenPomScm

MavenPomScm

@Incubating interface MavenPomScm

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

Since
4.8

See Also
MavenPom

Functions

getConnection

abstract fun getConnection(): Property<String>

The connection URL of this SCM.

getDeveloperConnection

abstract fun getDeveloperConnection(): Property<String>

The developer connection URL of this SCM.

getTag

abstract fun getTag(): Property<String>

The tag of current code in this SCM.

getUrl

abstract fun getUrl(): Property<String>

The browsable repository URL of this SCM.