path

@Parameter(name = "path", required = true)
var path: String

Path to the local source directory. The path must be relative to the root of current project.

Example:

<path>${project.basedir}/src</path>