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

vcsUrl

URL of the repository's web interface.

connectionUrl

URL of the Git repository.

developerConnectionUrl

URL of the Git repository for developers.