Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 6709 invoked from network); 7 Mar 2007 02:09:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 02:09:08 -0000 Received: (qmail 53764 invoked by uid 500); 7 Mar 2007 02:09:10 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 53757 invoked by uid 500); 7 Mar 2007 02:09:10 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 53746 invoked by uid 99); 7 Mar 2007 02:09:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 18:09:10 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Mar 2007 18:08:58 -0800 Received: by py-out-1112.google.com with SMTP id f47so4311pye for ; Tue, 06 Mar 2007 18:08:37 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer:sender; b=j+6a3aCaz3IPpdOjnh2Oxrv868hJiArq5TBfQNxAn9cHPWXg1ZczUo5QzYcYhrG6L792cs9uYRAP0de5vg3T+bmaEUpqqXIGB8PgcYj8hvrnnOWltIs2gNdO0gPg8kmVM8Zw8PFXjvqzw47U8cZ8YnE+T2gLlQd9RAEQZhX9Y98= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer:sender; b=e6TcPu1bdr93MF1VdkUAzk0Diit7kBXb5wBs+sdXFJzF4UTxIKL4czfOY/fSkBfN38qra3OJC5hPvng78a/ePHkoHB8yWOldv+jtr85f1ORm9qZzJJrfou+KKwjbcxMLnASxqa9xHT99tYvS/n7/H6n+O3KbqmrJm/qzRIV0H3M= Received: by 10.35.98.6 with SMTP id a6mr18502993pym.1173233317447; Tue, 06 Mar 2007 18:08:37 -0800 (PST) Received: from ?10.0.1.2? ( [24.7.69.241]) by mx.google.com with ESMTP id z52sm61368pyg.2007.03.06.18.08.36; Tue, 06 Mar 2007 18:08:36 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <419beb980703061617y1fff7a32iab64c37509841a45@mail.gmail.com> References: <419beb980703061022i2fb4090cv7ab709904c418146@mail.gmail.com> <3CB59664-D7C3-48B5-AE91-3C46B7A14C81@planet57.com> <419beb980703061617y1fff7a32iab64c37509841a45@mail.gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-1--494898128 Message-Id: <11F1A72F-AEB9-4160-96AE-E3050957215E@planet57.com> From: Jason Dillon Subject: Re: What happened to the Maven 1.x plugins in Geronimo 1.1 and 1.2 ? Date: Tue, 6 Mar 2007 18:08:33 -0800 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-1--494898128 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Good question... one I don't have the answer too :-( --jason On Mar 6, 2007, at 4:17 PM, David Carew wrote: > Thanks that's good info - my question is actually more basic. Where > is the jar file in Geronimo 1.1 that implements the Maven 1.x > plugins ? I was using WASCE 1.0.1.1 and the jar file that I copied > to my Maven plugin folder was {WASCE_HOME}/repository > /geronimo/plugins/geronimo-deployment-plugin-1.0.0.1.jar. > > I have checked the installations for WASCE 1.1 and Geronimo 1.1.1 > and I don't see any version of that jar anywhere. Where do I get > that jar file ? > > > On 3/6/07, Jason Dillon wrote: > In Geronimo 1.1 there should still be Maven 1 plugins, in Geronimo > 1.2 there are only Maven 2 plugins. No plans at the moment to make > Maven 1 plugins for G 1.2. > > Best thing to do if you need access to the plugins for G 1.2 from > Maven 1 is to create a small Maven 2 project which contains the pom > configuration for the plugin and have your Maven 1 build invoke the > Maven 2 build. Same goes for folks who use Ant. Right now the > plugins for G 1.2 are highly specific to Maven 2, and creating Maven > 1/Ant versions would be a major maintenance problem. > > --jason > > > On Mar 6, 2007, at 10:22 AM, David Carew wrote: > > > In 1.0 they were in {GERONIMO_HOME}/repository/geronimo/plugins/ > > geronimo-deployment-plugin-1.0.0.jar. Have they been superceded by > > something else or are they just not supported anymore ? > > --Apple-Mail-1--494898128 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 Good question... one I don't = have the answer too :-(

--jason


On Mar 6, = 2007, at 4:17 PM, David Carew wrote:

Thanks = that's good info - my question is actually more basic. Where is the jar = file in Geronimo 1.1 that implements the Maven 1.x plugins ? I was using = WASCE 1.0.1.1 and the jar file that I = copied to my Maven plugin folder was=A0 {WASCE_HOME}/repository
/geronimo/plugins/geronimo-deployment-plugin-1.0.0.1.jar.
<= BR>I have checked the installations for=A0 WASCE 1.1 and Geronimo 1.1.1 = and I don't see any version of that jar anywhere. Where do I get that = jar file ?


On 3/6/07, = Jason Dillon <jason@planet57.com> = wrote:
In Geronimo 1.1 there should still be Maven 1 plugins, in = Geronimo
1.2 there are only Maven 2 plugins.=A0=A0No plans at the = moment to make
Maven 1 plugins for G 1.2.

Best thing to do if = you need access to the plugins for G 1.2 from
Maven 1 is to create a = small Maven 2 project which contains the pom
configuration for the = plugin and have your Maven 1 build invoke the
Maven 2 build.=A0=A0Same = goes for folks who use Ant.=A0=A0Right now the
plugins for G 1.2 are = highly specific to Maven 2, and creating Maven
1/Ant versions would = be a major maintenance problem.

--jason


On Mar 6, = 2007, at 10:22 AM, David Carew wrote:

> In 1.0 they were in = {GERONIMO_HOME}/repository/geronimo/plugins/
> = geronimo-deployment-plugin-1.0.0.jar. Have they been superceded = by
> something else or are they just not supported anymore = ?



= --Apple-Mail-1--494898128--