I have a multi-project maven project. One child only has a specific plugin and I want it to be optional (so not bound to a specific phase). How can I run a full clean install on the entire project and additionally run a project's specific plugin?
I've encountered this post but it looks like an overkill, and it is not so easy in my specific case.