You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Chris Graham <ch...@gmail.com> on 2012/07/27 12:27:42 UTC

@threadSafe

Hi All.

Do we mark an entire plugin as @threadSafe or each goal specifically? I can
easily see that some goals within a single plugin could be threadsafe,
whilst others in the same plugin not threadsafe.

So, what is the level of granularity of this?

-Chris

Re: @threadSafe

Posted by Chris Graham <ch...@gmail.com>.
Excellent!

Thanks!

-Chris

On Fri, Jul 27, 2012 at 8:43 PM, Stephen Connolly <
stephen.alan.connolly@gmail.com> wrote:

> per goal
>
> On 27 July 2012 11:27, Chris Graham <ch...@gmail.com> wrote:
>
> > Hi All.
> >
> > Do we mark an entire plugin as @threadSafe or each goal specifically? I
> can
> > easily see that some goals within a single plugin could be threadsafe,
> > whilst others in the same plugin not threadsafe.
> >
> > So, what is the level of granularity of this?
> >
> > -Chris
> >
>

Re: @threadSafe

Posted by Stephen Connolly <st...@gmail.com>.
per goal

On 27 July 2012 11:27, Chris Graham <ch...@gmail.com> wrote:

> Hi All.
>
> Do we mark an entire plugin as @threadSafe or each goal specifically? I can
> easily see that some goals within a single plugin could be threadsafe,
> whilst others in the same plugin not threadsafe.
>
> So, what is the level of granularity of this?
>
> -Chris
>