gradle-maven-publish-plugin / com.vanniktech.maven.publish / MavenPublishTarget

MavenPublishTarget

data class MavenPublishTarget
Deprecated: Use Gradle publishing API instead

Constructors

<init>

MavenPublishTarget(name: String, releaseRepositoryUrl: String? = null, snapshotRepositoryUrl: String? = null, repositoryUsername: String? = null, repositoryPassword: String? = null, signing: Boolean = true)

Properties

releaseRepositoryUrl

var releaseRepositoryUrl: String?

The release repository url this should be published to.

repositoryPassword

var repositoryPassword: String?

The password that should be used for publishing.

repositoryUsername

var repositoryUsername: String?

The username that should be used for publishing.

signing

var signing: Boolean

Whether release artifacts should be signed before uploading to this target.

snapshotRepositoryUrl

var snapshotRepositoryUrl: String?

The snapshot repository url this should be published to.