Re: git-workspace-plugin

2012-12-13 Thread Mark Derricutt
elease of m-s-u. But it's definitely > going to be one of them ;) > > Kristian > > > 2012/10/19 Mark Derricutt > > > Hi all, > > > > Did any thing come of the [1] git-workspace-plugin discussed a few weeks > > ago? Were there any code spikes done in

Re: git-workspace-plugin

2012-10-19 Thread Kristian Rosenvold
2012/10/19 Mark Derricutt > Hi all, > > Did any thing come of the [1] git-workspace-plugin discussed a few weeks > ago? Were there any code spikes done in the end? > > Mark > > [1] https://cwiki.apache.org/confluence/

git-workspace-plugin

2012-10-19 Thread Mark Derricutt
Hi all, Did any thing come of the [1] git-workspace-plugin discussed a few weeks ago? Were there any code spikes done in the end? Mark [1] https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin - To unsubscribe

Re: Proposal for new git-workspace-plugin

2012-09-17 Thread Baptiste MATHUS
Maybe a look would be interesting at the "Repo" tool created by Google for Android. And I'm sure I read that the tool was created with the idea of having no adherence towards Android itself. Not sure that's usable for Maven use-cases as-is, and I like the idea of having a Maven plugin that would d

Re: Proposal for new git-workspace-plugin

2012-09-17 Thread Mark Derricutt
Different style of beast. This is more downloading sources of defined modules that are related to a project and automatically generating a maven reactor build for them all ( afaict ). Essentially working around the brain-dead git-submodules system which seems very geared towards source depende

Re: Proposal for new git-workspace-plugin

2012-09-17 Thread Chris Graham
nce/display/MAVEN/git-** >> workspace-plugin<https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin> >> > > Interesting. I had a thought a while ago for an IDE to help you with > similar tasks [1] but having it as a Maven plugin would arguably be better, >

Re: Proposal for new git-workspace-plugin

2012-09-17 Thread Jesse Glick
On 09/13/2012 10:16 AM, Kristian Rosenvold wrote: https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin Interesting. I had a thought a while ago for an IDE to help you with similar tasks [1] but having it as a Maven plugin would arguably be better, especially if user

Re: Proposal for new git-workspace-plugin

2012-09-17 Thread Kristian Rosenvold
But I expect to start coding something soon ;) Kristian 2012/9/16 Mark Derricutt : > A thought... > > If I run "mvn clean install" from the top-level pom containing the > git-workspace-plugin, are we intending to fork each of those lifecycles in > reactor-resol

Re: Proposal for new git-workspace-plugin

2012-09-15 Thread Mark Derricutt
A thought... If I run "mvn clean install" from the top-level pom containing the git-workspace-plugin, are we intending to fork each of those lifecycles in reactor-resolved-order for all the modules in the git-workspace? That would be uber-awesome. On 14/09/2012, at 2:16 AM, Kristian

Re: Proposal for new git-workspace-plugin

2012-09-15 Thread Mark Derricutt
e also use git-flow for our branching setup, so would be good to give it a bash with that... On 14/09/2012, at 2:16 AM, Kristian Rosenvold wrote: > I have just added wiki document to discuss the design of a totally new > plugin I have dubbed the "git-workspace-plugin". >

Re: Proposal for new git-workspace-plugin

2012-09-14 Thread Kristian Rosenvold
2012/9/14 Olivier Lamy : > As far I can see most git beginners use git as they use svn. (hey do > you remember when you started git and fully break your local clone > trying to merge some local branches: don't say to me it never happened > :-) ) I crashed and burned. Badly. Multiple times. > So o

Re: Proposal for new git-workspace-plugin

2012-09-14 Thread Olivier Lamy
Hi, 2012/9/14 Kristian Rosenvold : > I updated the docs at > https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin > to include a branch/branchless strategy. > > A branch based strategy is real badass if you're comfortable with > branches. Arguably most gi

Re: Proposal for new git-workspace-plugin

2012-09-14 Thread Kristian Rosenvold
I updated the docs at https://cwiki.apache.org/confluence/display/MAVEN/git-workspace-plugin to include a branch/branchless strategy. A branch based strategy is real badass if you're comfortable with branches. Arguably most git n00bs are not used to a version control system with a

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Kristian Rosenvold
something more generic to provide such >> features for all scms we support with maven scm (hey we have a very >> generic scm api :-) ). >> Maybe it's the case and just the plugin name confuse me :-). >> >> 2012/9/13 Kristian Rosenvold : >>> I have just

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Kristian Rosenvold
t's the case and just the plugin name confuse me :-). > > 2012/9/13 Kristian Rosenvold : >> I have just added wiki document to discuss the design of a totally new >> plugin I have dubbed the "git-workspace-plugin". >> >> The idea is to change the way we work w

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Jason van Zyl
onfuse me :-). > > 2012/9/13 Kristian Rosenvold : >> I have just added wiki document to discuss the design of a totally new >> plugin I have dubbed the "git-workspace-plugin". >> >> The idea is to change the way we work with layered multi-module >> project

Re: Proposal for new git-workspace-plugin

2012-09-13 Thread Olivier Lamy
have a very generic scm api :-) ). Maybe it's the case and just the plugin name confuse me :-). 2012/9/13 Kristian Rosenvold : > I have just added wiki document to discuss the design of a totally new > plugin I have dubbed the "git-workspace-plugin". > > The idea is to

Proposal for new git-workspace-plugin

2012-09-13 Thread Kristian Rosenvold
I have just added wiki document to discuss the design of a totally new plugin I have dubbed the "git-workspace-plugin". The idea is to change the way we work with layered multi-module projects in git that will make it a whole lot easier for anyone wishing to make a change to do so. T