pomFile

abstract fun pomFile(value: Path)(source)
abstract fun pomFile(value: String)(source)

The path to the POM file needed to execute the operation.

If not supplied, this will default to one of the following files in order of listing if they are found in the directory of ScopeContext.path: pom-expansion.xml, pom-expand.xml, pom.xml.

Using the function multiple times will overwrite previous the value set by this function.

Parameters

value

The path to the POM file.