Skip to content
Snippets Groups Projects
Commit 81212cc1 authored by Chris Eager's avatar Chris Eager Committed by Chris Eager
Browse files

Add jgitver configuration to ignore branch names

parent 6f075079
No related branches found
No related tags found
No related merge requests found
<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">
<useDirty>true</useDirty>
<useDefaultBranchingPolicy>false</useDefaultBranchingPolicy>
<branchPolicies>
<branchPolicy>
<pattern>(.*)</pattern>
<transformations>
<transformation>IGNORE</transformation>
</transformations>
</branchPolicy>
</branchPolicies>
</configuration>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment