maven-git-versioning-extension
maven-git-versioning-extension copied to clipboard
This extension will set project version, based on current Git branch or tag.
my config is as follows (also thanks to suggestions from https://github.com/qoomon/maven-git-versioning-extension/issues/229): ``` .*)]]> ${ref.version} master ${describe.tag.version.major}.${describe.tag.version.minor}.${describe.tag.version.patch.next}-SNAPSHOT .+ ${ref}-SNAPSHOT ${commit} ``` while locally (on master) the calculated version is "0.0.4-SNAPSHOT" -...
The readme has an [example](https://github.com/qoomon/maven-git-versioning-extension/blob/22e84dd742aa2ce713de279353122dd53c1d32a7/README.md?plain=1#L258) showing how to build a version from describe tag pattern groups: ``` main .*)]]> ${describe.tag.version}-SNAPSHOT ``` This looks like as if the placeholder `describe.tag.version` contains...
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.17.0 to 2.17.1. Commits ec0c00c [maven-release-plugin] prepare release jackson-dataformat-xml-2.17.1 40f7169 Prepare for 2.17.1 release a6b3024 Update woodstox dep ad486b3 Added fix for iterable collection builder methods not...
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.0. Commits 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener... 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of...
Bumps [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.0. Commits 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener... 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of...
Hi, I'm using your extension in a huge multi module project. My Maven version is 3.8.6 (unchanged). I'm updated your extension from 7.1.2 to the newest one (9.7.0). Since that...
Bumps [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) from 3.9.6 to 3.9.8. Release notes Sourced from org.apache.maven:maven-plugin-api's releases. 3.9.7 Release Notes - Maven - Version 3.9.7 ... (truncated) Commits 36645f6 [maven-release-plugin] prepare release maven-3.9.8 105d843 [MNG-8154]...
If pom contains `${revision}` and `1.2.r` the value of `${version.core}` is 0.0.0 instead of 1.2.3
* i added a example project, to have a working demonstration * it writes the version to a file too * it limits the version-lenght to 63 characters * i...
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.12.0 to 3.13.1. Release notes Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases. 3.13.0 Release Notes - Maven Plugin Tools - Version 3.13.0 Bug [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong...