Running a maven plugin

Occasionally you might want to run a maven plugin without building/installing etc. at the same time – for example I am using wsdl2java to generate proxies for webservice and every now and then I want to just regenerate those proxies.

We can simply run

mvn antrun:run@your_execution_id