Dear list members,

I am trying to write a plugin that is performing some post-installation actions. All that I have is a maven-install-plugin with InstallMojo.java re-written to suit my needs. Due to completely rewritten execute() procedure, I have to run my plugin this way: "m2 clean:clean install myplgn:install". I'd like the original install target to be executed automaticaly before myplgn:install target. Is there a way to do it?

One more thing: something was said in the list about plugin.xml configuration file. Is there any documentation on this topic? I know that m2 docs are raw but the hope remains ;)

Sincerely
Igor Deruga

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to