Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 84250 invoked from network); 13 Mar 2010 11:47:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Mar 2010 11:47:54 -0000 Received: (qmail 77660 invoked by uid 500); 13 Mar 2010 11:47:14 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 77512 invoked by uid 500); 13 Mar 2010 11:47:14 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 77504 invoked by uid 99); 13 Mar 2010 11:47:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Mar 2010 11:47:14 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Mar 2010 11:47:06 +0000 Received: by fxm10 with SMTP id 10so841555fxm.10 for ; Sat, 13 Mar 2010 03:46:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=OGr8mBbwGYAV70oJKHTfA1BSiXNCgEVLg8nsyem4glg=; b=WUI2C4WH0AfALebqykEXt3ru1gP0DN+w3vGf7wB3amWPcJB+iQjAkd386Z9MSdrVmT F8R1QSPWgObfXXljbxXVKziHtCgzM2sYzY99YKhZaIJ5eM1/SOPbbY64+e6B0YMcMox7 tD8H/kNCEbaKmk5kgD8rP42sJIsCNIr5GoIjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dy6BZwunt5StVWQv+QskWYRPEktcjWU+xUYT2u42rdlmTyqQNFGmgh7eLedRk2nwZR pjYgdPYBBvfqWj+ty+ImLGC+JbUYKPZT3tMoWNoo7ipJ7yVAMZ+/FhYa5WCDWdyteuky RRJwkXMLw1mDt2w8pz4Xdlnp2omJqA2lRpWpM= MIME-Version: 1.0 Received: by 10.239.191.133 with SMTP id b5mr613151hbi.68.1268480806288; Sat, 13 Mar 2010 03:46:46 -0800 (PST) In-Reply-To: <25aac9fc1003121838k4822d100j8a8e6f9099af37b3@mail.gmail.com> References: <55afdc851002281637u34a4e4cdl89dd40148bb17fe2@mail.gmail.com> <55afdc851003021720t7c648b9cv78cb3220bfa37c12@mail.gmail.com> <25aac9fc1003061817y359fd979te5ca8a323a14747c@mail.gmail.com> <55afdc851003071710n2d2e69cdu29421b709bdf7c20@mail.gmail.com> <25aac9fc1003121838k4822d100j8a8e6f9099af37b3@mail.gmail.com> Date: Sat, 13 Mar 2010 11:46:46 +0000 Message-ID: <25aac9fc1003130346r55965f7er35e4b16a3d3ab025@mail.gmail.com> Subject: Re: [VOTE] Release commons-parent 13 From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 13/03/2010, sebb wrote: > On 08/03/2010, Niall Pemberton wrote: > > On Sun, Mar 7, 2010 at 2:17 AM, sebb wrote: > > > > > On 03/03/2010, Niall Pemberton wrote: > > >> I have made a couple of more changes following Sebb's comments: > > >> - removed the deprecated parameter > > >> - moved the javadoc/source plugins MANIFEST config to the > > >> section: > > >> > > >> http://svn.apache.org/viewvc?view=revision&revision=918281 > > >> > > >> I'll extend the vote by 48hrs so that anyone who already voted has > > >> time to change their vote if they want. > > > > > > Just a thought - how about adding > > > > > > true > > > > > > to the javadoc plugin config? > > > > > > Quiet says it shuts off info and warning messages - do we really want > > to get rid of warnings? > > > No it doesn't - and no we don't ;-) > > > > http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#quiet > > > > > quiet "Shuts off non-error and non-warning messages, leaving only > the warnings and errors appear, making them easier to view. " > > Seems to me to be exactly what we want. > I've tried it, and Javadoc warnings are still generated, so I've put it in commons-parent. > > Niall > > > > > > > Most of the output it generates is just noise, and makes it hard to > > > see what else is going on. > > > > > > ISTR that the site target also generates a lot of noise - dunno > > > whether it is possible to quieten that too. > > > > > >> Niall > > >> > > >> On Mon, Mar 1, 2010 at 12:37 AM, Niall Pemberton > > >> > > >> wrote: > > >> > > >> > Hi, > > >> > > > >> > I'd like to release version 13 of the commons-parent pom - the changes > > >> > since the last release are: > > >> > > > >> > - Upgrade to use commons-build-plugin 1.2 (for improved download pages) > > >> > - Change OSGi config to not import exported packages > > >> > - only generate javadocs, rather than full site in the "rc" profile > > >> > (fixes problem with multi-module components) > > >> > - Upgrade from version 4 to 7 of the apache parent pom > > >> > - Upgrade maven plugins to latest release versions > > >> > > > >> > A full diff of the pom.xml can be found at this address: > > >> > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=917324&r2=827809&diff_format=h > > >> > > > >> > The version number in the pom will be updated automatically during the > > >> > release process. > > >> > > > >> > [ ] +1 > > >> > [ ] =0 > > >> > [ ] -1 > > >> > > > >> > Vote is open for 72 hours > > >> > > > >> > Niall > > >> > > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > > >> For additional commands, e-mail: dev-help@commons.apache.org > > >> > > >> > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > > > For additional commands, e-mail: dev-help@commons.apache.org > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > > For additional commands, e-mail: dev-help@commons.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org