Issue
version: 1.9.0
usage context: mvn validate
Problem description:
Using strategy=PATTERN and defining in the jgitver.config.xml:
<versionPattern>${v}${-~meta.QUALIFIED_BRANCH_NAME}${+~meta.COMMIT_DISTANCE_TO_ROOT}</versionPattern>
Never results in the the COMMIT_DISTANCE_TO_ROOT property being populated, even when useCommitDistance is true.
How to get this information into a Maven property?
Issue
version: 1.9.0
usage context:
mvn validateProblem description:
Using strategy=PATTERN and defining in the
jgitver.config.xml:Never results in the the
COMMIT_DISTANCE_TO_ROOTproperty being populated, even whenuseCommitDistanceistrue.How to get this information into a Maven property?