Hi list,
I just tried to "extend" a plugin, by creating a local plugin
with a Mojo that extends (in the Java sense) an other Mojo
from an existing plugin.
It overrides the execute method and calls several "super" methods
along with doing its own work.
However, when I try to execute the plugin, none of the "parameters"
seem to be set and I keep on getting NullPointerExceptions.
For instance, "project", as defined below in a super class in "null".
/**
* POM.
*
* @parameter expression="${project}"
* @readonly
* @required
*/
protected MavenProject project;
It that a bug? Is there a way to do want I'm trying to do?
Regards,
--
Julien
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]