>
> In my f*g company we have surefire plugin and all plugins in top parent POM
> with configuration stuff and dependencies. This way I cannot customize my
> project because i don't have rights to change top parent POM.
> I cannot say this module has this extension, this and this another because
> the POM is static.


Sure you can. Just specify the artifact as a dep to the plugin in that
module and it will be added to the mojo's classpath (in addition to
anything specified in parent).

IMHO this is the Maven way. And if you don't follow it the Maven owl will
grab it's shotgun and hunt you down...:-)

/Anders


> But if I had script, I could write a trivial code there, or more
> complicated
> code in Java which appears in particular module or elsewhere and the script
> would becomes a reference to my object. That's flexibility.
> Even with script is better because the Surefire Users already reported JIRA
> bug that they want to customize surefire dependencies per execution. With
> static POM this is not possible.
>
>
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Plugable-Softcoded-Customized-Maven-Plugins-tp5823365p5823485.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to