On 26/03/2008, Guillaume Boucherie <[EMAIL PROTECTED]> wrote: > > 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 ?
have you tried mojo.getPluginContext() ? Thanks > > Guillaume B. > -- Cheers, Stuart
