-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjgitver.config.xml
More file actions
14 lines (14 loc) · 977 Bytes
/
Copy pathjgitver.config.xml
File metadata and controls
14 lines (14 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<configuration xmlns="http://jgitver.github.io/maven/configuration/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jgitver.github.io/maven/configuration/1.1.0 https://jgitver.github.io/maven/configuration/jgitver-configuration-v1_1_0.xsd">
<strategy>CONFIGURABLE</strategy>
<policy>NEAREST</policy>
<autoIncrementPatch>true</autoIncrementPatch>
<useCommitDistance>false</useCommitDistance>
<useDirty>false</useDirty>
<useGitCommitId>false</useGitCommitId>
<useSnapshot>false</useSnapshot> <!-- use -SNAPSHOT in CONFIGURABLE strategy -->
<gitCommitIdLength>8</gitCommitIdLength> <!-- between [8,40] -->
<nonQualifierBranches>main</nonQualifierBranches> <!-- comma separated, example "master,integration" -->
<useDefaultBranchingPolicy>true</useDefaultBranchingPolicy> <!-- uses jgitver#BranchingPolicy#DEFAULT_FALLBACK as fallback branch policy-->
</configuration>