Hi,
it is possible to get the “path” from the repository root to the item
configured as the entry. The corresponding output property has the name in the
form of “${prefix}.path”, where the ${prefix} is taken from the plugin
configuration (the value of the module artifactId by default).
For example, if the project artifactId=myProject and you check the status
of “trunk” directory, then there will be “myProject.path=trunk” output property.
If you check the status of the “branches/myBranch”, then it will be
“myProject.path=branches/myBranch”.
Best regards,
oleg