Questions tagged [jgitflow-maven-plugin]

53 questions
2
votes
1 answer

mvn jgitflow -- Push fails when no JIRA number available in jgitflow commits

We have placed hook on Stash to have JIRA number at start of commit message. But when we use jgitflow, it does not put any JIRA number in commits, hence later pushing to Stash fails. Question: How can we pass JIRA number to jgitflow while releasing…
mann
  • 93
  • 8
2
votes
1 answer

mvn jgitflow:release-finish is merging release --> master --> develop

When I was using mvn jgitflow:release-finish I noticed that the release branch got merged into master branch. Question: Is this the correct way? Sorry my questions might be naive as I am new to this. I was thinking that the code from release branch…
Prakash P
  • 419
  • 1
  • 8
  • 18
1
vote
1 answer

gitflow maven plugin - develop version after hotfix finish

I use gitflow maven plugin in java-maven project. After I run the goal hotfix-finish, the hotfix branch merged sucssfully to master and develop. The version in master and develop is the same (in develop it is SANPSHOT). I accept the version in…
ostr
  • 51
  • 2
1
vote
0 answers

getting exception (org.eclipse.jgit.api.errors.TransportException) when running jgitflow start on my maven package

this is the full error: [ERROR] Failed to execute goal external.atlassian.jgitflow:jgitflow-maven-plugin:1.0-m5.1:release-start (default-cli) on project myproject-acls: Error starting release: Error starting release:…
mrjayviper
  • 2,258
  • 11
  • 46
  • 82
1
vote
1 answer

JGit Flow plugin stops after entering passphrase

I use JGitFlow-Plugin in my project (https://bitbucket.org/atlassian/jgit-flow/wiki/Home). The authorization for the Git repository is based on ssh. When calling for example jgitflow:release-start, I am asked to enter my passphrase for my key (btw.…
ian_eve
  • 97
  • 2
  • 8
1
vote
0 answers

Is there any cool and simple project for learning Gitflow for beginners?

I'm new to Git and Maven, going to deliver a presentation about Gitflow and versioning control with maven plugin, I wanted to add a cool&simple project (python&Jupyter Notebook/java&intelliJ) as an example in the end, but not sure how to do this,…
wawawa
  • 2,835
  • 6
  • 44
  • 105
1
vote
1 answer

How to setup or integrate gitflow in Intellij editor to start feature branch

I am using Intellij editor so how can I setup or integrate gitflow in this to start feature branch as its showing No Gitflow.
MVJ
  • 31
  • 3
1
vote
1 answer

Personalise jgitflow maven plugin

i started using jgitflow in a java project, and i want to achieve something like below: external.atlassian.jgitflow jgitflow-maven-plugin 1.0-m5.1
Djamel Kr
  • 759
  • 1
  • 4
  • 14
1
vote
1 answer

develop and master branches not visible remotely on VSTS

The first picture displays that I have only one feature branch on VSTS: The second picture displays that I have develop and master branches as well in visual studio locally: There were master and develop branches on remote before, but seems to…
Azmeena
  • 29
  • 3
  • 5
1
vote
1 answer

gitflow-maven-plugin: Remote branch 'origin/master' is ahead of the local branch 'master'

I use maven to create releases using gitflow-maven-plugin. My projects builds fine, unless I create a release calling the following maven command mvn -B gitflow:release This fails with the following error [ERROR] Failed to execute goal…
papanito
  • 2,349
  • 2
  • 32
  • 60
1
vote
3 answers

Gitflow and forward slashes

I'm looking at starting to use Gitflow. I notice that by default the branches end in forward slashes. I.e. hotfixes/ releases/ Etc. Does the forward slash cause any problems as git uses a forward slash as a folder delimiter. Will it cause any…
Eng Wei Chua
  • 55
  • 1
  • 7
1
vote
1 answer

How to specify build options for automatic build triggered by jgitflow release-finish?

When I do mvn jgitflow:release-finish, it triggers a project build which fails because it tries to fetch a plugin from https://repo1.maven.org/maven2/ and our network doesn't allow that; we need to use the organization's local maven repo. Now I've…
Akshay Damle
  • 1,220
  • 3
  • 18
  • 31
1
vote
3 answers

jgitflow and pull request

I am new to git. I know few basic things about git and I have quite successful in using it. So I have a master, develop branch. From develop I have branched out to a feature branch and a release branch. For branching out from develop I used the…
Prakash P
  • 419
  • 1
  • 8
  • 18
1
vote
1 answer

Error in `mvn jgitflow:release-finish` mutli-module build (due to wrong compilation order)

I'm trying to use JGitflow to create a release for my project. Unfortunately, when I run mvn jgitflow:release-finish, I get the following error: Unable to find resource 'org.jorlib:jorlib-core:jar:1.0' in repository central…
Joris Kinable
  • 2,232
  • 18
  • 29
0
votes
0 answers

Custom release-start, release-end messages in a custom Bitbucket's step

I'm using gitflow-maven-plugin:1.20.0 by alexsandr-m in my pom.xml file which is trigger via' Bitbucket's pipelines. I configured the plugin as follow: .. .. com.amashchenko.maven.plugin
Shvalb
  • 1,835
  • 2
  • 30
  • 60