Re: How share a resource across modules builds

2011-07-20 Thread John Swingle
Is there a group that is more appropriate for this question? Thanks. On Tue, Jul 19, 2011 at 8:44 AM, John Swingle wrote: > Any ideas? Is this more a question for a Plexus user group? > > ==John > > > On Mon, Jul 18, 2011 at 8:52 AM, John Swingle wrote: > >> I'm w

Re: How share a resource across modules builds

2011-07-19 Thread John Swingle
Any ideas? Is this more a question for a Plexus user group? ==John On Mon, Jul 18, 2011 at 8:52 AM, John Swingle wrote: > I'm writing a plugin that is executed for each module in a multi-module > build. I want to inject the same instance of a custom class into each mojo > invoca

How share a resource across modules builds

2011-07-18 Thread John Swingle
I'm writing a plugin that is executed for each module in a multi-module build. I want to inject the same instance of a custom class into each mojo invocation so that I can share the resource. How is this done? I create the custom class and tried injecting it into my mojo class with the following an