toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.publish.maven
/
MavenPomScm
Maven
Pom
Scm
API
interface
MavenPomScm
(
source
)
The SCM (source control management) of a Maven publication.
Since
4.8
See also
Maven
Pom
Members
Functions
get
Connection
Link copied to clipboard
API
abstract
fun
getConnection
(
)
:
Property
<
String
>
The connection URL of this SCM.
get
Developer
Connection
Link copied to clipboard
API
abstract
fun
getDeveloperConnection
(
)
:
Property
<
String
>
The developer connection URL of this SCM.
get
Tag
Link copied to clipboard
API
abstract
fun
getTag
(
)
:
Property
<
String
>
The tag of current code in this SCM.
get
Url
Link copied to clipboard
API
abstract
fun
getUrl
(
)
:
Property
<
String
>
The browsable repository URL of this SCM.