I've tried posing this question before, but while I've elicited follow-up questions, I've never seemed to get to the bottom of it.
What I want is for a plugin to execute simply by being included in the <plugins/> element of the POM, without needing to explicitly configure an <execution/> or a <goal/>. What I expected what that declaring an @phase and an @goal in the comments on the Mojo class would do this. However, I have not been able to get it to work. Nothing happens without an execution. I have this feeling that I'm missing something simple here. Either that, or this really isn't possible, and it is the 'super-POM' that arranges executions of all the standard plugins. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
