git-lint:messages
Full name:
com.github.tahaviev:git-lint-maven-plugin:0.1.2-SNAPSHOT:messages
Description:
Fail the build if there were any commit messages violations.
Attributes:
- Binds by default to the lifecycle phase: verify.
- Is NOT inherited by default in multi-project builds.
Required Parameters
| Name |
Type |
Since |
Description |
| <pattern> |
String |
- |
Commit message pattern.
|
Optional Parameters
| Name |
Type |
Since |
Description |
| <directory> |
File |
- |
Git repository directory. Default value is: ${project.basedir}.
|
| <parent> |
String |
- |
Parent branch where commit messages validation start. Default value is: origin/master.
|
Parameter Details
Git repository directory.
- Type: java.io.File
- Required: No
- Default: ${project.basedir}
Parent branch where commit messages validation start.
- Type: java.lang.String
- Required: No
- Default: origin/master
Commit message pattern.
- Type: java.lang.String
- Required: Yes