| Property name | Description | Optional? | Default |
|---|---|---|---|
| source | Source URL to tag or branch from (and to). | Yes | ${freehep.svn.repository} |
| name | Tag or Branch name, appended to 'source/tags' or 'source/branches'. | Yes | '${pom.currentVersion}' for tagging and 'branch-${pom.currentVersion} for branching. |
| message | Message to use with the tagging or branching. | Yes | Short description of what gets tagged or branched. |
| verbose | Prints out more details. | Yes |