2009/12/8 Wayne Fay <[email protected]> > > it seems that this isn't right for my question. In fact, for example I > have > > a module A using my plugin. I want to only declare my plugin in the POM > of > > the module A. But when executing my plugin, the required plugin (for > example > > maven-assembly-plugin) must run before. > > I am fairly certain this is not possible. >
Well you could fork a custom lifecycle with the required plugin as the only plugin bound to the custom lifecycle.... but it gets messy... usually I find you just need to re-think your plugin... perhaps using the dependencies of the plugin you are trying to execute first in order to invoke the required functionality from your mojo. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
