Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21F02C0EB for ; Thu, 17 May 2012 04:52:56 +0000 (UTC) Received: (qmail 81693 invoked by uid 500); 17 May 2012 04:52:55 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 81415 invoked by uid 500); 17 May 2012 04:52:54 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 81388 invoked by uid 99); 17 May 2012 04:52:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 04:52:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chrisgwarp@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2012 04:52:47 +0000 Received: by dajz8 with SMTP id z8so2126407daj.30 for ; Wed, 16 May 2012 21:52:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KjTLEw7wzAjeCT9Yxh+oInwHegUpJkTPPzDjoHqJTyU=; b=0tj7L5m+VCcSvFTNMWCsRvGmZVbuHanGqHyLapjXEzTeBpx7hH0Ix5SYdL19FA4hi1 YtbUrw3RLIr+yoHWMAMYoQWOmcbyck5ZDik75zRqw8rxAc94+KyPjXtJgBsB8A86IZXI 4H2SoK7lsqKdfYZ5zm307FkzCwTip/z8htUIiL+sftKGj9tWepcY9vF+DZt+9aWcCXqh Af3o8KFwVLK6Ki9qZQb2uY5E+8Zx4U50HijnNnR6EsUVvXF4qCSappi/orDxmuGPabZP BZzjYlmocKMHDkn8Q6Q+/J7Z5Kcdr3STX7d1molw6KhGIiob1aJGgUK31rZyDwCDEUfK 3c9g== MIME-Version: 1.0 Received: by 10.68.132.34 with SMTP id or2mr23778894pbb.118.1337230345512; Wed, 16 May 2012 21:52:25 -0700 (PDT) Received: by 10.68.24.70 with HTTP; Wed, 16 May 2012 21:52:25 -0700 (PDT) In-Reply-To: <-1736533060157534754@unknownmsgid> References: <-1736533060157534754@unknownmsgid> Date: Thu, 17 May 2012 14:52:25 +1000 Message-ID: Subject: Re: @threadSafe From: Chris Graham To: Maven Developers List Content-Type: multipart/alternative; boundary=047d7b15a4d9ba26fb04c0343326 --047d7b15a4d9ba26fb04c0343326 Content-Type: text/plain; charset=ISO-8859-1 :-) Ta much. -Chris On Thu, May 17, 2012 at 2:27 PM, Kristian Rosenvold < kristian.rosenvold@zenior.no> wrote: > yes > > Den 17. mai 2012 kl. 06:18 skrev Chris Graham : > > > Hi All. > > > > Can we mark a plugin as threadSafe AND still have it work under JRE 1.4 > and > > Maven 2.0.9? > > > > Obviously, it's ability to run in parallel mode would require Maven 3. > > > > So, if I mark a plugin as being @threadSafe, will it still be able to be > > run under the older JRE's and Maven's? > > > > -Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > --047d7b15a4d9ba26fb04c0343326--