Table of Contents
| API Documentation: | GenerateMavenPom |
|---|
Generates a Maven module descriptor (POM) file.
| Property | Description |
destination | Replaced The file the POM will be written to. |
destinationFile | Incubating The file the POM will be written to. |
pom | The Maven POM. |
File destination
Note: This property has been replaced by destinationFile.
The file the POM will be written to.
RegularFileProperty destinationFile
Note: This property is incubating and may change in a future version of Gradle.
The file the POM will be written to.
MavenPom pom
The Maven POM.