Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 3303 invoked from network); 16 Jul 2009 22:37:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 22:37:18 -0000 Received: (qmail 28028 invoked by uid 500); 16 Jul 2009 22:38:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27942 invoked by uid 500); 16 Jul 2009 22:38:23 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 27934 invoked by uid 99); 16 Jul 2009 22:38:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 22:38:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [98.136.44.62] (HELO smtp107.prem.mail.sp1.yahoo.com) (98.136.44.62) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Jul 2009 22:38:15 +0000 Received: (qmail 91594 invoked from network); 16 Jul 2009 22:37:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=XS8w/dHX7QHY4xURy0c1jMkL448J6wc28d15eU4hoOJAFn2qfuh+F+RXZ9pRiRlK6UnrceSYx3/O+4H70FG66U3u11a8ZwNophnzCKJM/tLs0TW3yf1uCP2fVTxR86GLmxXcHmY21hqLMQ7IhVhdUfYcbneEUzpUC930lBT/g4A= ; Received: from 076-076-148-215.pdx.net (david_jencks@76.76.148.215 with plain) by smtp107.prem.mail.sp1.yahoo.com with SMTP; 16 Jul 2009 15:37:52 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: WxWak6AVM1nito9LE4n5ubmdEUtbwx4cZgWE9CJQhfSyYuUc6pj7zNL8ZHLXr2hmrLc3TclFSMjSeCI1iEXkXXPgx.9kWNPB67.93sghWnModpA5_eccvgsp1HQwgB2QQDkR42zhHEdQIKeLUpaKmRujPNJE2KonSwSwdAqz22veZyeB7hH4XIBTX.Je6_.YrjX_4jutlHiuFol.wwual2ty1eOnRAOBSB0Qbx2zRB7MAvyVr0MW2ohQhr2hyMoNB4H8QJrJDAuoEq_PG3eL6m4w4TwpjN3McZkikTz6xRapsaO6TEceLvbQh03IfHzyr1uv2vpR__INRrQCUpaPwA-- X-Yahoo-Newman-Property: ymail-3 Message-Id: <8122C0DD-FE3C-4C87-8121-293138D5A982@yahoo.com> From: David Jencks To: dev@geronimo.apache.org In-Reply-To: <20090716192848.B21D123889BF@eris.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: svn commit: r794791 - /geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/pom.xml Date: Thu, 16 Jul 2009 15:37:51 -0700 References: <20090716192848.B21D123889BF@eris.apache.org> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org Is this really necessary? I'm under the impression that m2eclipse works a lot better than the maven-eclipse-plugin and if possible I'd like to avoid adding ide-specific goo to our poms. thanks david jencks On Jul 16, 2009, at 12:28 PM, dwoods@apache.org wrote: > Author: dwoods > Date: Thu Jul 16 19:28:48 2009 > New Revision: 794791 > > URL: http://svn.apache.org/viewvc?rev=794791&view=rev > Log: > GERONIMO-4619 Include version in maven-eclipse-plugin > generated .project name > > Modified: > geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/pom.xml > > Modified: geronimo/specs/branches/geronimo-validation_1.0_spec-1.0- > EA/pom.xml > URL: http://svn.apache.org/viewvc/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/pom.xml?rev=794791&r1=794790&r2=794791&view=diff > = > = > = > = > = > = > = > = > ====================================================================== > --- geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/ > pom.xml (original) > +++ geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/ > pom.xml Thu Jul 16 19:28:48 2009 > @@ -57,4 +57,18 @@ > http://svn.apache.org/viewcvs.cgi/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-EA/ > > > > + > + > + > + > + org.apache.maven.plugins > + maven-eclipse-plugin > + > + true addVersionToProjectName> > + > + > + > + > + > + > > >