api / org.gradle.api.publish.maven / MavenPublication / pom

pom

abstract fun pom(configure: Action<in MavenPom>): Unit

Configures the POM that will be published. The supplied action will be executed against the #getPom() result. This method also accepts a closure argument, by type coercion.

Parameters

configure - The configuration action.