Continue reading »
Maven Git Flow Plugin for Better Releases
- By Jonathan Doklovic, Jonathan Doklovic
- Developer
- On May 21, 2013
What is JGit Flow and Why Do I Need a Maven Plugin?
If you missed my other blog post, I recently release a Java library named jgit-flow that implements the git-flow branching and merging model introduced by Vincent Driessen in Java.
My hope is that developers will use this library to integrate git-flow workflows inside of their Java apps, and to get the ball rolling, I thought I'd be the first integrator.
If you read my other blog post, you'll remember that although git-flow is really useful,

