-
### Before submitting an issue I have first:
- [x] searched for similar already existing issue
Found [completed](https://github.com/jgitver/jgitver/commit/498cf53a100116142e30cbb331a7d8c16d398ee…
-
**jgitver**'s definition of "dirty" (when `` is enabled) is different from `git describe`'s definition of "dirty". In particular, **jgitver** and `git describe` disagree in the situation where the cod…
-
> JGITVER USERS: see below and please provide your though via comments
From time to time the computation of project version is very long, sometimes > 30s.
By analyzing the long pauses using JFR …
-
as described in [Gitter](https://gitter.im/jgitver/Lobby?at=5d8b10be63b06968fbe59c1a) : https://gitter.im/jgitver/Lobby?at=5d8b10be63b06968fbe59c1a we could think of using a configuration section of a…
-
https://github.com/jgitver/jgitver-maven-plugin/blob/c14645a1900b47ac92c516319a987e6173e93006/src/main/java/fr/brouillard/oss/jgitver/JGitverUtils.java#L86
My problems ( and yes, I realize this is …
-
The `git namespaces` feature is a tool that allows to drive scoped semantic versions in the same repository. For example, it is useful if you have experimental R&D versions, specialized client version…
-
When running jgitver (with maven plugin) on project worktree
```
git worktree add /tmp/my-project
cd /tmp/my-project
```
Following exception is thrown:
```
[WARNING] cannot autoclose GitVe…
-
contrary to commit distance, commit id is not appended on a commit with a lightweight tag
see also jgitver/jgitver-maven-plugin#116
-
After migrating to `main` from `master` the version string still shows the non-qualified branch name (which I changed to main).
* Plugin version
```kotlin
plugins {
id("fr.brouillard.oss.gr…
-
## Issue
**version**: 1.7.1
**usage context**: Eclipse m2e
- [ ] eclipse: 2020-12 (4.18.0)
- [ ] m2e : Maven Integration for Eclipse 1.17.1.20201207-1112
I have a file generated, using jg…