Hi all, I'm trying to make a custom plugin and I have a question about maven API. In my plugin I want to have two goal. First will run some thing via ssh and second must stop them. Is there a way in maven API to store (share, cache ?) custom object between two different goals ? Thanks
Guillaume B.
