Questions tagged [jgitflow-maven-plugin]

53 questions
0
votes
1 answer

jgitflow maven plugin: Merge release to remote-dev and remote-master branch?

I have started using the jgitflow-maven-plugin and I am trying to automate releases with bamboo. Basically the plugin is working. We are using a development-branch and the master-branch. Running jgitflow:release-start and jgitflow:release-finish…
G.R
  • 65
  • 6
0
votes
1 answer

jgitflow and parallel releases while using GitFlow

I am using jgitflow Maven plugin to make releases according to GitFlow. This works fine. Problems appear when my release is delayed, so I have to make 2 releases simultaneously. Lets consider an example. According to GitFlow I have to commit my…
MiamiBeach
  • 3,261
  • 6
  • 28
  • 54
0
votes
0 answers

How to perform a maven release with the JGitFlow Plugin

I have following setup Project A (Executeble) has Library B as dependency and library B has library C as dependency. C can be a dependency of other executeable projects, too. I want to do a release of A and all three Maven Projects are SNAPSHOT…
LocXar
  • 443
  • 2
  • 6
  • 13
0
votes
0 answers

The method create(File) is undefined for the type FileRepositoryBuilder even though it has a create method

The following part of the code Repository repository = FileRepository.create(new File(localPath, ".git")); repository.create(); throws an error. But has a method by that name under JGit FileRepository.
0
votes
0 answers

jgitflow start-release fails for https url with OAuth token

I am using jgitflow-maven-plugin to manage gitflow process for my project. I am moving away from usign ssh urls to https urls with OAuth token. However, when I use https url with jgitflow-maven-plugin:release-start I get following error Caused by:…
Pushkar
  • 541
  • 4
  • 18
0
votes
1 answer

jgitflow Is it possible to set version to final on release-start

I'm trying to use jgitflow plugin. By default when release-start goal is executed feature branch with SNAPSHOT version is created. Is it possible to configure jgitflow to set release branch version to final on release-start?
Ivan
  • 193
  • 3
  • 14
0
votes
0 answers

How to work with git, maven and versioning correclty

We are starting a first project with git (stash/bamboo). Before we used svn. We are building java projects with maven and have to maintain multiple staging environments before we go to production. And this is the difference to the examples I found…
boskop
  • 609
  • 5
  • 23
0
votes
1 answer

How do I configure Nexus Sonatype to proxy maven-jgitflow-plugin

I have configured a proxy in sonatype for the atlassian repo as follows: Remote Storage Location: https://maven.atlassian.com/repository/public/ when i try to use the plugin it does not pickup my configuration from pom for the plugin and I see this…
Jeff
  • 63
  • 8
1 2 3
4