Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 89739 invoked from network); 13 Jun 2007 20:59:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2007 20:59:59 -0000 Received: (qmail 17647 invoked by uid 500); 13 Jun 2007 21:00:00 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 17587 invoked by uid 500); 13 Jun 2007 21:00:00 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 17575 invoked by uid 99); 13 Jun 2007 20:59:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 13:59:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wsmoak@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 13:59:55 -0700 Received: by an-out-0708.google.com with SMTP id c3so89213ana for ; Wed, 13 Jun 2007 13:59:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=L59BM56AsFBy/3DgKkKKLG/egNi2k6OLOaEzBmcWvjAo6gBigUCL+wLACMYQtEOm/VcG+erkD5D15RSy0ghXsnV0WUM/mYKoNMarUhiFE14n6f7LfSm2dTVPj4hSvNW9ImnTZNW8dGkn++57rz50IxrmjB5/oDXge2P/0eQ+AHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NeBmKezzfBwBpbN6DaLV1a7UuQgrm/mU55QJWg4Dt9Aumba8rbdaX5bPiVPBGGfLUlhNElnTFNg5LGZeJKFXHjHlvnd5BCaOxE6rbSMz5uN7x37zRnI41x2Ub/wpMP3lDpVTsDcoOil1K6wlSF+t4O0MGXmy7ymWV59yBLCAsHk= Received: by 10.100.251.9 with SMTP id y9mr616255anh.1181768375103; Wed, 13 Jun 2007 13:59:35 -0700 (PDT) Received: by 10.100.43.11 with HTTP; Wed, 13 Jun 2007 13:59:35 -0700 (PDT) Message-ID: Date: Wed, 13 Jun 2007 13:59:35 -0700 From: "Wendy Smoak" To: "MyFaces Development" Subject: Re: [Build] Trinidad In-Reply-To: <71235db40706131330s32354e8dhade9ff40da263a7c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <71235db40706131330s32354e8dhade9ff40da263a7c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 6/13/07, Matthias Wessendorf wrote: > currently (in trunk) you run mvn install and get "all" (build, api, impl, demo) > I'd like to change that. The default (mvn install) should create only build, api and impl > to get all (above + examples (blank and demo)) mvn install -Pall-modules ... > With that, we also will only deploy build, api, and impl to a maven repo. > blank and demo will be only available via website download. The default build should create everything, so that 'mvn release:prepare' and 'mvn release:perform' increments all the version numbers, tags and deploys everything. If you don't want to sync the examples to the central Maven repo, delete that section of the staging repository before you copy/merge it over to the rsynced ASF repo. If you want a faster build, break the modules up into profiles that are activated on the absence of a property, for example !noapps. Then the profile is active _unless_ you specify -Dnoapps=xxx. -- Wendy