buildnumber:hgchangeset
Full name:
org.codehaus.mojo:buildnumber-maven-plugin:1.1:hgchangeset
Description:
Goal which sets project properties for changeSet and changeSetDate
from the current Mercurial repository.
Attributes:
- Requires a Maven project to be executed.
- Since version: 1.0-beta-4.
- Binds by default to the lifecycle phase: initialize.
Optional Parameters
| Name |
Type |
Since |
Description |
| scmDirectory |
File |
1.0 |
Local directory to be used to issue SCM actions Default value is: ${basedir}. |
Parameter Details
scmDirectory:
Local directory to be used to issue SCM actions
- Type: java.io.File
- Since: 1.0
- Required: No
- Expression: ${maven.changeSet.scmDirectory}
- Default: ${basedir}