You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Nice! Now you've got me thinking of maven-release-plugin integration
work flow somehow ;-)
Jonathan Doklovic
unread,
Mar 25, 2013, 6:32:40 PM3/25/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Heh, funny you should mention that.... Already working on a gitflow-release-plugin that replaces the maven-release-plugin. Stay tuned....
Mark Derricutt
unread,
Mar 25, 2013, 9:08:58 PM3/25/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Oooo - maybe you fix all the bugs with m-r-p whilst your at it ;-)
Look forward to seeing what you're up to..
Jonathan Doklovic
unread,
Mar 26, 2013, 12:14:35 PM3/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Sure. I was planning on ripping out a bunch of stuff I don't really need anyway like site generation.
Any specifics you'd like to see fixed?
Luke Farrar
unread,
Apr 8, 2013, 5:05:58 AM4/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
Hi,
On a similar note I made a git-flow maven plugin a while back which I
put on github a couple of months ago.
It has a simple java gitflow library, but only what was needed for the
plugin.
> --
> You received this message because you are subscribed to the Google
> Groups "gitflow-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to gitflow-user...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Jonathan Doklovic
unread,
Apr 9, 2013, 5:17:25 PM4/9/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflo...@googlegroups.com
I now have a "fully" functional version of a maven-jgitflow-plugin working.
Still writing up docs, but essentially you can do: jgitflow:release-start and jgitflow:release-finish
Combines what the maven-release-plugin does with what git flow does.
Unlike the MRP, it does everything in git flow branches and doesn't use any backup files. It also keeps master on the release version and develop on the development version.
Tomorrow I plan to have a 1.0-alpha1 release out with docs.