Scm

data class Scm(connection: String?, developerConnection: String?, url: String?)

Describes the Scm defined in the pom.xml file.

https://svn.apache.org/repos/infra/websites/production/maven/content/pom.html#SCM

Parameters

connection

describing the source connection

developerConnection

optionally describing the developer connection

url

optionally linking to the hosted form of this artifact

Constructors

Scm
Link copied to clipboard
fun Scm(connection: String?, developerConnection: String?, url: String?)

Properties

connection
Link copied to clipboard
val connection: String?
developerConnection
Link copied to clipboard
val developerConnection: String?
url
Link copied to clipboard
val url: String?