Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 9199 invoked from network); 14 Jun 2010 15:33:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 15:33:46 -0000 Received: (qmail 98711 invoked by uid 500); 14 Jun 2010 15:33:46 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 98673 invoked by uid 500); 14 Jun 2010 15:33:45 -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 98665 invoked by uid 99); 14 Jun 2010 15:33:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 15:33:45 +0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.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:33:37 +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 5F9384BA261 for ; Mon, 14 Jun 2010 17:33:14 +0200 (CEST) Subject: Re: Core Maven plugins; was Re: svn commit: r954415 From: Oleg Kalnichevski To: HttpComponents Project In-Reply-To: References: <20100614114502.D91C82388994@eris.apache.org> <1276528670.19770.12.camel@ubuntu> Content-Type: text/plain; charset="UTF-8" Date: Mon, 14 Jun 2010 17:33:08 +0200 Message-ID: <1276529588.19770.20.camel@ubuntu> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit On Mon, 2010-06-14 at 16:28 +0100, sebb wrote: > On 14/06/2010, Oleg Kalnichevski wrote: > > 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. > > OK, but how does one know what is a core plugin and what is not? > Please see http://maven.apache.org/plugins/index.html Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org