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
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
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