Re: How share a resource across modules builds

2011-07-20 Thread Barrie Treloar
On Thu, Jul 21, 2011 at 11:44 AM, John Swingle wrote: > Is there a group that is more appropriate for this question? Thanks. The plexus site http://plexus.codehaus.org/index.html lists mail archives that 404, but you should get someone to answer you here. (I dont know the correct answer) But hav

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 writing a plugin that is executed

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 > invocation so that I ca

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