Hi, I have a use case where I need to reuse/extend the functionality provided by existing M2 Eclipse plugin. The use case involves creating "deployables" directory from defined project properties and some other updates to ".wtpmodules" contents.
What I want to do is to create sort of a wrapper plugin that can delegate 'standard' goals to the Eclipse plugin and do some pre/post processing around these 'standard' goals. Could anyone please explain what would be a neat way to achieve this and keep the option of being able to reuse future Eclipse plugin releases but just updating the version numbers in pom. Thanks in advance for all the help. Cheers, Rahul
