Re: code review plugin

2005-01-17 Thread Jeffrey Bonevich
dIon or another project lead - Is it appropriate to donate a plugin to the maven project? or should I take it up with the maven-plugins sf project? Not sure what the proper etiquette is. jeff Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up

Re: code review plugin

2005-01-17 Thread Brett Porter
I think maven-plugins.sf.net On Mon, 17 Jan 2005 18:36:25 -0500, Jeffrey Bonevich [EMAIL PROTECTED] wrote: dIon or another project lead - Is it appropriate to donate a plugin to the maven project? or should I take it up with the maven-plugins sf project? Not sure what the proper

Re: code review plugin

2005-01-16 Thread Andreas Guther
Could be interesting if configurable. We are using a different format but reports on files and reviews would be very interesting. Our format is something like: @review @reviewer Andreas Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up

Re: code review plugin

2005-01-16 Thread Jon Strayer
Jeffrey Bonevich wrote: Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-style code review annotations (@reviewed user -MM-dd some notes) and presents them in a report very similar to tasklist? That sounds cool to me. For those who like this sort of

code review plugin

2005-01-15 Thread Jeffrey Bonevich
Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-style code review annotations (@reviewed user -MM-dd some notes) and presents them in a report very similar to tasklist? I basically just specialized the vdoclet plugin to do some very specific

Re: code review plugin

2005-01-15 Thread Mauro Botelho
I'm interested. On Sat, 15 Jan 2005 22:20:39 -0500, Jeffrey Bonevich [EMAIL PROTECTED] wrote: Would anyone be interested in a maven plugin I wrote that just gathers up javadoc-style code review annotations (@reviewed user -MM-dd some notes) and presents them in a report very similar to