We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: 1.9.0
usage context: mvn validate
mvn validate
Problem description:
Using strategy=PATTERN and defining in the jgitver.config.xml:
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.
COMMIT_DISTANCE_TO_ROOT
useCommitDistance
true
How to get this information into a Maven property?
The text was updated successfully, but these errors were encountered:
Hmmm...it appears that meta.COMMIT_DISTANCE also isn't exposed as a maven property...will need to add this too @McFoggy.
meta.COMMIT_DISTANCE
Sorry, something went wrong.
No branches or pull requests
Issue
version: 1.9.0
usage context:
mvn validate
Problem description:
Using strategy=PATTERN and defining in the
jgitver.config.xml
:Never results in the the
COMMIT_DISTANCE_TO_ROOT
property being populated, even whenuseCommitDistance
istrue
.How to get this information into a Maven property?
The text was updated successfully, but these errors were encountered: