Re: [m2] how to control the plugin execution order

2007-02-05 Thread Barrie Treloar
http://www.nabble.com/forum/ViewPost.jtp?post=61258framed=yskin=177 Brett Porter wrote: The order is determined by the build lifecycle. You probably want: @phase generate-sources in your plugin. Within phases, order is currently indeterminate, but we intend for it to be the order

Re: [m2] how to control the plugin execution order

2007-02-05 Thread Barrie Treloar
http://www.nabble.com/forum/ViewPost.jtp?post=8404137framed=yskin=177 claims this is fixed in 2.0.5, any confirmation? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] how to control the plugin execution order

2005-05-23 Thread Nicolas Chalumeau
Hi Anatol I's actually just a project in my todo list but I will do it as I need it ;-). I let you know when it will be ready. Do you want I open an issue for this (xdoclet2 project or xdoclet2 plugin project ?) Nicolas On 5/23/05, Anatol Pomozov [EMAIL PROTECTED] wrote: PS: if my M2 XDoclet2

Re: [m2] how to control the plugin execution order

2005-05-22 Thread Anatol Pomozov
PS: if my M2 XDoclet2 plugin research interrest the maven or the XDoclet2 teams I will be happy to contribute We are (xdoclet2 team) glad to hear it. If you think that your plugin ready for cruise please create new ticket http://jira.codehaus.org/browse/XDOCLET and attach sources to them. --

[m2] how to control the plugin execution order

2005-05-20 Thread Nicolas Chalumeau
I want to develop a mojo plugin for my project. The goal is to generate java file from generated java file ie I use modello to generate my class file but I want to generate interface for this classes probably with XDoclet2 (GUI component will implement this interface and extends JFrame for

Re: [m2] how to control the plugin execution order

2005-05-20 Thread Brett Porter
Hi Nicolas, On 5/21/05, Nicolas Chalumeau [EMAIL PROTECTED] wrote: I want to develop a mojo plugin for my project. The goal is to generate java file from generated java file ie I use modello to generate my class file but I want to generate interface for this classes probably with XDoclet2