Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 43221 invoked from network); 8 Apr 2008 10:57:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Apr 2008 10:57:56 -0000 Received: (qmail 15361 invoked by uid 500); 8 Apr 2008 10:57:56 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 15288 invoked by uid 500); 8 Apr 2008 10:57:55 -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 15279 invoked by uid 99); 8 Apr 2008 10:57:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 03:57:55 -0700 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 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Apr 2008 10:57:14 +0000 Received: by yw-out-1718.google.com with SMTP id 9so314244ywk.60 for ; Tue, 08 Apr 2008 03:57:26 -0700 (PDT) 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=QMfr/nSipOWad8wfr4tsrYFzx2CECo1sLSrkWXTgrDU=; b=poe7PPGSZHnpImLHXVOKlSidmH16RUhmZIAaDaAxV+IlFNqBvw8zkXMO+PGfCjtdJyLj8d3Yx20+V9i2WQltrDokMNlB52ZDyDUii7UoDkR2EmgFcsmeDuNJ+uTWktKIpDIj0LLXA4sqacXWLEOld1vqGBOZ3XVFM9Ln+TOJZfY= 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=DO5qC2TFJCu99bdHFxeoaiDjrWKTZmEWcDrK4a3dzMgKir989KRkUOUbQhnypZWdMiQDvd8v8dSFUubVEHrwMyzJZF5/SQ4Qq3xw+DefXoBwymmbk2Lh2/giZoLMingCUKhuEMkXGPy3HDSgnMonE/v5Jij3BL4ew3xXPz4JHYo= Received: by 10.114.89.1 with SMTP id m1mr7285955wab.77.1207652246223; Tue, 08 Apr 2008 03:57:26 -0700 (PDT) Received: by 10.114.56.1 with HTTP; Tue, 8 Apr 2008 03:57:26 -0700 (PDT) Message-ID: <55afdc850804080357w4ce38365ie508e77052e8c663@mail.gmail.com> Date: Tue, 8 Apr 2008 11:57:26 +0100 From: "Niall Pemberton" To: "Jakarta Commons Developers List" , siegfried.goeschl@it20one.at Subject: Re: Looking at commons-parent-9.pom In-Reply-To: <47FB4A3C.30403@it20one.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47FB4A3C.30403@it20one.at> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Apr 8, 2008 at 11:34 AM, Siegfried Goeschl wrote: > Hi folks, > > I'm currently looking at moving Fulcrum to M2 and would like to use the > grunge work you did on commons-parent - looking at it I have a few > questions/improvements ... > > 1) Legal Stuff > ========================================================================= > the ASL is missing in the parent pom Yes it got stripped out by the release plugin when I did the version 9 release, its been put back in in trunk > 2) Improvement of IDE project generation > ========================================================================= > > in my pom I configure IDEA and Eclipse to download the sources when > creating the project files - this makes stepping through used libraries much > easier > > > > maven-idea-plugin > > true > > > > org.apache.maven.plugins > maven-eclipse-plugin > > true > false > > > > > 3) Creating sources jar > ========================================================================= > > in my projects I always create the sources jar not only for release > candidates and releases - this allows to quickly make a SNAPSHOT install in > your local repo including the sources - having said that you can always do a > manual invocation but it would reduce the complexity of the parent pom You can use the "rc" profile to do this - just mvn -Prc install > > 4) Reporting > ========================================================================= > > I have a few standard reporting plugins which could be an useful addition - > maven-changes-plugin, maven-pmd-plugin, taglist-maven-plugin (codehaus) For the changes plugin, doesn't this require individual component configuration? If so, then not sure it would do any good configuring in the parent. > 5) commons-build-plugin > ========================================================================= > > What is it exactly doing? Just generating custom download and issue tracking pages for commons - see http://commons.apache.org/commons-build-plugin/ Niall > Thanks in advance > > Siegfried Goeschl > > --------------------------------------------------------------------- > 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