Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 47746 invoked from network); 11 Jan 2008 11:11:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jan 2008 11:11:22 -0000 Received: (qmail 44989 invoked by uid 500); 11 Jan 2008 11:11:08 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 44898 invoked by uid 500); 11 Jan 2008 11:11:08 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 44882 invoked by uid 99); 11 Jan 2008 11:11:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 03:11:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niall.pemberton@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 11:10:44 +0000 Received: by wa-out-1112.google.com with SMTP id k34so1714242wah.10 for ; Fri, 11 Jan 2008 03:10:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JSOREP/a4dyz6i3EAUBfBLJTCXqPP3ttFr7kaI5yZCI=; b=kfPB8ClOdbTI72YIWG8O6VzKth6TQz/7bFv67/0Ym34FfoV8Tnk2gn4X9wMfuPXQOv55waMWkvTFYRatj5ObzhPtXJmrWgfF92RxV4KQJvpTCLt3kafY5/icHGTw4ZUcADMr4sYBURldkUQuOhsAc5/aZAEa89vqjhFglh9zACU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ScggyramkVKVd6yaoOPlEdbGBW7jAPSjOLKsOUQY4QvU72mEO6tk1nRSetkS2GNYGJTDYMMRth3AP54l8DjHCc8k336C8feEIf15SrnU96RzcX9pfsJoMnWOTDpBTgvWem+3Y5x8wEsV8yI+mgznF4s7ch8wax5c2HQA/xGbgQw= Received: by 10.115.22.1 with SMTP id z1mr3573639wai.48.1200049850300; Fri, 11 Jan 2008 03:10:50 -0800 (PST) Received: by 10.114.155.12 with HTTP; Fri, 11 Jan 2008 03:10:50 -0800 (PST) Message-ID: <55afdc850801110310k2cca9730tfcfb300d9008c51c@mail.gmail.com> Date: Fri, 11 Jan 2008 11:10:50 +0000 From: "Niall Pemberton" To: "Jakarta Commons Developers List" Subject: Re: commons-parent-7 discussion In-Reply-To: <55afdc850801110250q22f4e1d9s8a9131d157ed599b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <55afdc850801110157l6a5afad3k24933166c304a9dc@mail.gmail.com> <55afdc850801110250q22f4e1d9s8a9131d157ed599b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 11, 2008 10:50 AM, Niall Pemberton wrote= : > On Jan 11, 2008 10:47 AM, J=F6rg Schaible > wrote: > > Hi Niall, > > > > > > Niall Pemberton wrote: > > > I just made some more changes to commons-parent: > > > http://svn.apache.org/viewvc?view=3Drev&revision=3D611126 > > > > > > This includes the "hack" to put the NOTICE/LICENSE files in the > > > javadoc jar (which Dennis was -1 to, but three people agreed). See > > > http://tinyurl.com/2zueu5 for all changes since commons-parent-6. > > > > > > Theres also the issue of specifying the "version" of the > > > remote-resources-plugin - which in previous discussions people > > > objected to. Please Note this is not configuring commons-parent to > > > *use* that plugin - but just to specify the version number *if* a > > > component does use it. I don't mind it going in and it has no impact > > > unless components use it. Does anyone still have a problem with doing > > > this? Also are there any other changes people think should be made > > > before trying to release commons-parent-7? > > > > You have to set the versions of the plugins used in the reporting secti= on directly. They are not affected by the version set in the pluginManageme= nt section (unfortunatelly). The pluginManagement entries will only influen= ce the plugins of the build section. > > Doh! OK thanks for the info - I'll correct it. OK revised changes since commons-parent-6 is here: http://tinyurl.com/2v5ln= h (I left in the javadoc plugin as that takes part in the build too?) Niall > Niall > > > > - J=F6rg > > > > BTW: Just in case someone does not believe this: Set the version of the= javadoc plugin to 2.2 and reference it without version once in the build a= nd the reporting section. Then use M205 to build the site. It will fail, si= nce it tries to use for the report the newer maven-javadoc-plugin 2.3 which= needs a newer Maven version. > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org