jgitver / jgitver/jgitver-maven-plugin
Question: Release & hotfix branches
- Dominant language
- Groovy
- Stars
- 166
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
### 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)
*(if you have performed all the above, remove the paragraph and continue describing the issue with template below)*
## Issue
We know that your time is precious, we are thankful that you take time to report us an issue, to make it easier for you please use the following prefilled paragraphs
**version**: 1.5.1
**usage context**:
- [x] maven command line: 3.6.3
- [ ] eclipse: _replace with version_
- [ ] netbeans: _replace with version_
- [ ] Intellij IDEA: _replace with version_
**Problem description**:
Configuration:
```
MAVEN
true
true
```
How do I change my configuration so that artefacts in release & hotfix branches (for example denounced by release/x.y.z and hotfix/x.y.z+n are built without -SNAPSHOT and branch in artefact name?
Background: Manual/external testing after artefact creation and need to promote an immutable artefact to production through test-environments. - e.g I don't have the luxury to test in release branch and then (ff) merge to master and then rebuild the artefact.
Or am I missing something?
Contributor guide
Assessment
This issue has not been assessed yet.