api / org.gradle.api.artifacts.maven / MavenDeployment / getArtifacts

getArtifacts

abstract fun getArtifacts(): MutableSet<PublishArtifact>

Returns the artifacts which will be deployed. Includes the POM artifact.

Return
The artifacts. Never null.