Scm

data class Scm(val connection: String?, val developerConnection: String?, val 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

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

Properties

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