pom

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

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.