pom
fun pom(vcsUrl: String, connectionUrl: String? = null, developerConnectionUrl: String? = connectionUrl, connectionPrefix: String = "scm:git:", pomConfig: MavenPom.() -> Unit)
Configures Git repository (sources) for the publication.
Parameters
vcs Url
URL of the repository's web interface.
connection Url
URL of the Git repository.
developer Connection Url
URL of the Git repository for developers.