Hello, My project is splitted into modules and one of them is a Mojo (for a code generator)
When I build my project, the reactor build order places the plugin as LAST, but it is used from other modules. : [INFO] Reactor build order: [INFO] gcaf :: parent POM [INFO] gcaf :: DAOs sql2java <-- sql2java Mojo is used here [INFO] gcaf :: plugin sql2java <-- sql2java Mojo is built here [INFO] ------------------------------------------------------------------------ Is this a bug in reactor ? (I'm using maven 2.0.8) Is there a workaround ? Nico
