Generates a Maven module descriptor (POM) file.
| Constructor and description |
|---|
GenerateMavenPom
() |
| Type | Name and description |
|---|---|
void |
doGenerate() |
File |
getDestination()The file the POM will be written to. |
protected FileResolver |
getFileResolver() |
MavenPom |
getPom()The Maven POM. |
void |
setDestination(Object destination)Sets the destination the descriptor will be written to. |
void |
setPom(MavenPom pom) |
The file the POM will be written to.
The Maven POM.
Sets the destination the descriptor will be written to. The value is resolved with Project.file
destination - The file the descriptor will be written to.Gradle API 2.2-20140924021627+0000