Hi guys, I'm working on my own maven plugin and I want to define my own lifecycle (as default, clean and site). Not customize the default one. Is possible to do so??
I've already defined my lifecycle in lifecycles.xml and added a role-hint in components.xml but doesn't works. I tried to run something like "mvn a-phase-of-my-own-lifecyle" and gets "Invalid task 'a-phase-of-my-own-lifecycle'" error. Thanks a lot, Vic
