jgitver-maven-plugin
jgitver-maven-plugin copied to clipboard
maven core extension to automatically define versions using jgitver & git tags
### Before submitting an issue I have first: - [x] searched for similar already existing issue - [x] read the documentation and [wiki](https://github.com/jgitver/jgitver-maven-plugin/wiki) ## Issue flatten plugin cannot be loaded...
## Issue **version**: 1.7.0 **usage context**: - [x ] maven command line: 3.6.3 **Problem description**: Hello! I wanted to add functionality allowing version extraction from a release branch name. I...
## Issue **version**: 1.9.0 **usage context**: `mvn validate` - [x] maven command line: 3.8.5 **Problem description**: Using strategy=PATTERN and defining in the `jgitver.config.xml`: ``` ${v}${-~meta.QUALIFIED_BRANCH_NAME}${+~meta.COMMIT_DISTANCE_TO_ROOT} ``` Never results in the...
## Issue **version**: 1.9.0 **usage context**: _any_ **Problem description**: Docs for settings say: ```xml integer ``` In Github all short commit IDs usually have ```7``` digits length, like in this...
## Issue **version**: 1.9.0 **usage context**: - [x] maven command line: 3.8.3 **Problem description**: One reason for adding a timestamp to the version is that you want to have strictly...
## Issue **version**: 1.9.0 **usage context**: - [x] maven command line: 3.8.3 **Problem description**: Currently, when using `` to add the commit timestamp to the generated version, the timestamp is...
**version**: 1.8.0 **usage context**: maven command line: 3.8.3 **Problem description**: I create a non-default branch, e.g. _dev/feature_, do a commit on this branch and tag this commit with an annotated...
FEATURE REQUEST For `SCRIPTABLE` strategy: Currently the script code needs to be specified inline in the XML like this: ```xml SCRIPT GROOVY ``` It would be beneficial if the script...
When using JDK 11 I get the following warning: ```text 14:54:54 [INFO] Using jgitver configuration file: /tmp/workspace/e.kutnot_develop-NAASHCQUDR4LVAYMKRQMG5YDHZTILJZ33S7CQGOI6NFXSMDBVNXQ/.mvn/jgitver.config.xml 14:54:54 [INFO] Using jgitver-maven-plugin [1.8.0] (sha1: 3f3523c5f7540865e3ad66fc9ef1c9daa52a6e6b) 14:54:58 WARNING: An illegal reflective access...
1.7.1: Maven allows flat project structure layout to organize multi-modules projects directories. In our case, we have all projects directories at the root of the git repository without nesting :...