api / org.gradle.api.artifacts.maven / PomFilterContainer / getPom

getPom

abstract fun getPom(): MavenPom

Returns the POM property of the custom filter. The POM property can be used to customize the POM generation. By default the properties of such a POM object are all null. Null means that Gradle will use default values for generating the Maven POM. Those default values are derived from the deployable artifact and from the project type (e.g. java, war, ...). If you explicitly set a POM property, Gradle will use those instead.

Return
The Maven Pom