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 98B049CF1 for ; Fri, 4 Nov 2011 11:12:17 +0000 (UTC) Received: (qmail 48376 invoked by uid 500); 4 Nov 2011 11:12:17 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 48264 invoked by uid 500); 4 Nov 2011 11:12:17 -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 48256 invoked by uid 99); 4 Nov 2011 11:12:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 11:12:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stephen.alan.connolly@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2011 11:12:12 +0000 Received: by wyh11 with SMTP id 11so2822232wyh.30 for ; Fri, 04 Nov 2011 04:11:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=KabN8mSpn4qJZPstM7ZqLuz/4CEJfsXXq7ZljV0s2Nk=; b=cbxD2xMt4laAgoMVWSwuGU9FABtumEfTSJKqsRobg9ZJ+inJZxqk/L7oSbUqq6UPRG By9iuNsXUP71qNQ8U57X3Y//PU5kbQAbprq/agEhYQADF36LY7hhDBovTU8+8eq3Y3J+ lsgdezx7ujHl9dBm3TET5pYqRKW41n+PUINNU= MIME-Version: 1.0 Received: by 10.216.180.132 with SMTP id j4mr929161wem.95.1320405111107; Fri, 04 Nov 2011 04:11:51 -0700 (PDT) Received: by 10.216.132.165 with HTTP; Fri, 4 Nov 2011 04:11:51 -0700 (PDT) In-Reply-To: References: <2203038.zimbD1UEpd@bigmax> Date: Fri, 4 Nov 2011 11:11:51 +0000 Message-ID: Subject: Re: [PROPOSAL] Java 5 Annotations for Plugins From: Stephen Connolly To: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Syntetic bridging classes solves that issue and keeps 2.2.1 compat (as 2.0.x is JDK 1.4) On 4 November 2011 11:09, Olivier Lamy wrote: > Hello, > > Things like below will need some changes in core, IMHO we need to be > compliant with core 2.x and 3.x : > > =A0@Goal(name=3D"foo") > =A0public void doExecuteGoal() { > =A0 =A0// equiv of AbstractMojo.execute without requiring the interface > =A0} > > =A0@Goal(name=3D"bar") > =A0public void doOtherExecuteGoal() { > =A0 =A0// allowing multiple goals from the same shared common class > =A0} > > > > 2011/11/4 Stephen Connolly : >> added a comment >> >> On 3 November 2011 23:18, Herv=E9 BOUTEMY wrote: >>> Hi, >>> >>> I reworked on Java 5 Annotations for Plugins proposal started a while a= go: [1] >>> >>> Before going deeper into code, I'd like to have some review of the prop= osed >>> form of the tool. Any comment is welcome. >>> >>> Regards, >>> >>> Herv=E9 >>> >>> >>> [1] >>> https://cwiki.apache.org/confluence/display/MAVEN/Java+5+Annotations+fo= r+Plugins >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>> For additional commands, e-mail: dev-help@maven.apache.org >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> >> > > > > -- > Olivier Lamy > Talend : http://talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org