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 (GUI component will implement this > interface and extends JFrame for example). > So I want to know how to control the plugin execution in M2? The reply > will may be simple like the same order as in the pom... but I want to > check before star the plugin dev
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 in the POM. > PS: if my M2 XDoclet2 plugin research interrest the maven or the > XDoclet2 teams I will be happy to contribute In general I'd like to see it contributed to and maintained by the product itself (i XDoclet2) if possible, but would definitely be interested to hear how it goes and if there are any improvements needed. We can also list it on the web site. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
