Git
Git Provider Model
<git-settings xmlns="http://maven.apache.org/SCM/GIT/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SCM/GIT/1.1.0 http://maven.apache.org/xsd/scm-git-1.1.0.xsd"> <revParseDateFormat/> <traceGitCommand/> <gitCommand/> <commitNoVerify/> </git-settings>
git-settings
No description.
Element | Type | Description |
---|---|---|
revParseDateFormat
|
String
|
git format allowed by changelog command.
Default value is: |
traceGitCommand
|
String
|
Traces the execution of a git command. could be 1,2, true or a file location
Default value is: |
gitCommand
|
String
|
The actual name of the git executable
Default value is: |
commitNoVerify
|
boolean
|
use the option --no-verify (can prevent trailing whitespace issue with cygwin)
Default value is: |