Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 97208 invoked from network); 14 Jun 2010 15:19:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 15:19:05 -0000 Received: (qmail 70358 invoked by uid 500); 14 Jun 2010 15:19:05 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 70339 invoked by uid 500); 14 Jun 2010 15:19:04 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 70331 invoked by uid 99); 14 Jun 2010 15:19:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 15:19:04 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [92.42.190.144] (HELO ok2cons2.nine.ch) (92.42.190.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 15:18:56 +0000 Received: from [192.168.100.100] (unknown [213.55.131.181]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ok2cons2.nine.ch (Postfix) with ESMTPSA id C18E64BA261 for ; Mon, 14 Jun 2010 17:18:33 +0200 (CEST) Subject: Core Maven plugins; was Re: svn commit: r954415 From: Oleg Kalnichevski To: HttpComponents Project In-Reply-To: <20100614114502.D91C82388994@eris.apache.org> References: <20100614114502.D91C82388994@eris.apache.org> Content-Type: text/plain; charset="UTF-8" Date: Mon, 14 Jun 2010 17:17:50 +0200 Message-ID: <1276528670.19770.12.camel@ubuntu> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2010-06-14 at 11:45 +0000, sebb@apache.org wrote: > Author: sebb > Date: Mon Jun 14 11:45:02 2010 > New Revision: 954415 > > URL: http://svn.apache.org/viewvc?rev=954415&view=rev > Log: > Sort the pluginManagement section > > Modified: > httpcomponents/project/pom.xml > > Modified: httpcomponents/project/pom.xml > URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=954415&r1=954414&r2=954415&view=diff > ============================================================================== > --- httpcomponents/project/pom.xml (original) > +++ httpcomponents/project/pom.xml Mon Jun 14 11:45:02 2010 > @@ -272,6 +272,32 @@ > > > > + > + > + org.apache.maven.plugins > + maven-assembly-plugin > + 2.2-beta-5 > + > + > + org.apache.maven.plugins > + maven-antrun-plugin > + 1.4 > + > + > + org.apache.maven.plugins > + maven-clean-plugin > + 2.4.1 > + > + > + org.apache.maven.plugins > + maven-compiler-plugin > + 2.3.1 > + > + > + org.apache.maven.plugins > + maven-deploy-plugin > + 2.5 > + > > org.apache.maven.plugins > maven-gpg-plugin Sebastian While it is certainly a good idea to have versions of non-core Maven plugins explicitly set in POM, I am not sure it is the case for core plugins unless we also somehow enforce a very _specific_ Maven version that matches those core plugin version. Maven releases are tested against specific versions of core plugins and mixing things up may be as ugly as letting Maven always pick up the newest version. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org