maven-git-versioning-extension
maven-git-versioning-extension copied to clipboard
This extension will set project version, based on current Git branch or tag.
If a project depends directly on another through a BOM that handles the versions, the master version of the dependency is used for compilation instead of the feature version. Our...
Hello, I can't say why but there is something shipped with 9.10.2 which break my builds 😄 I have this in my .mvn/extensions.xml ``` co.leantechniques maven-buildtime-extension 3.0.5 me.qoomon maven-git-versioning-extension 9.10.1...
We have a project with a parent pom specifying its version via a revision property and and some submodules specifying their version via that same property. This works up to...
Hi @qoomon, I’m configuring `maven-git-versioning-extension` for a monorepo and need help setting up versioning rules that support my workflow. Here’s the setup: #### **Monorepo Structure** - The monorepo has a...
Since we want to use this extension in many different repositories and we almost always want the same configuration it would be nice if there was a way to configure...