Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 46105 invoked from network); 7 Jan 2011 22:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2011 22:33:17 -0000 Received: (qmail 85617 invoked by uid 500); 7 Jan 2011 22:33:17 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 85444 invoked by uid 500); 7 Jan 2011 22:33:17 -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 85436 invoked by uid 99); 7 Jan 2011 22:33:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 22:33:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.216.51 as permitted sender) Received: from [209.85.216.51] (HELO mail-qw0-f51.google.com) (209.85.216.51) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 22:33:09 +0000 Received: by qwj8 with SMTP id 8so18813931qwj.10 for ; Fri, 07 Jan 2011 14:32:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; bh=vZJkqqS0vPURVSq7D4JYNRvsvJdCxitQK7xGAsb73Lo=; b=g8//Y8OaYssTSFXrodLcvab1HYzuujzCnCrAxbKYgc41rWJMYCAZ+zYrlx7VIG4Llh R2F+Iff8LFq3hH9sSpl8WKDBA2je3WFAg8cRimLeINVUOfqSrfjcdQ0oeZB6txfGnHC6 kR4K9jaxwUIvCiUeW7JJ50ZRlMz/c+jmHlgIU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=Xr5Ky3lm9hFMFpRBgO07DJ0YTNpxWMQX3gGXdZr2D7HvnyEeuqfsoDADQJzgMlFvmr kqdPBXplmnsWLnSYtNjcAz1eEnzfg/2raJSbWL+M5AOnd6FJJjoLuEt5eHlR/cRsuRii xEg01/ESL0o5HYBtBCbs1F77Fao+ChNrmqhxs= MIME-Version: 1.0 Received: by 10.229.250.82 with SMTP id mn18mr1554403qcb.142.1294439568723; Fri, 07 Jan 2011 14:32:48 -0800 (PST) Sender: sebbaz@gmail.com Received: by 10.229.95.208 with HTTP; Fri, 7 Jan 2011 14:32:48 -0800 (PST) In-Reply-To: <20110107222813.B5E3923888FD@eris.apache.org> References: <20110107222813.B5E3923888FD@eris.apache.org> Date: Fri, 7 Jan 2011 22:32:48 +0000 X-Google-Sender-Auth: t7DVaYHBFIN6X0JiOwuvj5SlSgs Message-ID: Subject: Re: svn commit: r1056545 - /httpcomponents/httpclient/trunk/pom.xml From: sebb AT ASF To: dev@hc.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org It looks like something similar could be done for the maven-jar-plugin - at present the manifest entries are defined in each of the component POMs. I think those 3 definitions could be merged into the httpclient parent. Thoughts? On 7 January 2011 22:28, wrote: > Author: sebb > Date: Fri Jan =A07 22:28:13 2011 > New Revision: 1056545 > > URL: http://svn.apache.org/viewvc?rev=3D1056545&view=3Drev > Log: > Ensure source jars have full manifest entries > > Modified: > =A0 =A0httpcomponents/httpclient/trunk/pom.xml > > Modified: httpcomponents/httpclient/trunk/pom.xml > URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml= ?rev=3D1056545&r1=3D1056544&r2=3D1056545&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- httpcomponents/httpclient/trunk/pom.xml (original) > +++ httpcomponents/httpclient/trunk/pom.xml Fri Jan =A07 22:28:13 2011 > @@ -112,6 +112,20 @@ > =A0 =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 =A0 =A0HttpComponents ${projec= t.name} > + =A0 =A0 =A0 =A0 =A0 =A0 =A0${project.version} > + =A0 =A0 =A0 =A0 =A0 =A0 =A0The Apache Software Fo= undation > + =A0 =A0 =A0 =A0 =A0 =A0 =A0HttpComponents ${proje= ct.name} > + =A0 =A0 =A0 =A0 =A0 =A0 =A0${project.version} > + =A0 =A0 =A0 =A0 =A0 =A0 =A0The Apache Software F= oundation > + =A0 =A0 =A0 =A0 =A0 =A0 =A0org.apache > + =A0 =A0 =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 =A0 > + =A0 =A0 =A0 =A0 > =A0 =A0 =A0 > =A0 =A0 =A0 > =A0 =A0 =A0 =A0 maven-javadoc-plugin > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org