Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 13805 invoked from network); 2 Jul 2009 02:37:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 02:37:09 -0000 Received: (qmail 67709 invoked by uid 500); 2 Jul 2009 02:37:19 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 67614 invoked by uid 500); 2 Jul 2009 02:37:19 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 67601 invoked by uid 99); 2 Jul 2009 02:37:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 02:37:19 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [61.9.189.149] (HELO nschwmtas05p.mx.bigpond.com) (61.9.189.149) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 02:37:08 +0000 Received: from nschwotgx03p.mx.bigpond.com ([124.183.139.50]) by nschwmtas05p.mx.bigpond.com with ESMTP id <20090702023645.QLPN1928.nschwmtas05p.mx.bigpond.com@nschwotgx03p.mx.bigpond.com> for ; Thu, 2 Jul 2009 02:36:45 +0000 Received: from [10.0.0.1] (really [124.183.139.50]) by nschwotgx03p.mx.bigpond.com with ESMTP id <20090702023644.CBYC8167.nschwotgx03p.mx.bigpond.com@[10.0.0.1]> for ; Thu, 2 Jul 2009 02:36:44 +0000 Message-Id: <7C560B73-3DCE-4795-A8BE-1F937BCE7AE9@apache.org> From: Brett Porter To: dev@continuum.apache.org In-Reply-To: <8667b1bd0905130349ye8e8816xbccb8f8aadddc666@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: CONTINUUM-1569 and 2193 staged Date: Thu, 2 Jul 2009 12:36:44 +1000 References: <8667b1bd0905130349ye8e8816xbccb8f8aadddc666@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) X-RPD-ScanID: Class unknown; VirusThreatLevel unknown, RefID str=0001.0A150203.4A4C1D3D.0060,ss=1,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org This is one of the mails that I wound up losing track of since May was, um, busy :) Did this already get merged to trunk? On 13/05/2009, at 8:49 PM, Deng Ching wrote: > Hi, > > I've staged the binaries for the continuum-flat-multi-module branch > at: > > http://people.apache.org/~oching/continuum-flat-multi-module/ > > These are the changes in the branch: > 1. Multi-module projects (both regular and flat) can be checked out > into a > single directory. To do this, just tick the 'Checkout multi-module > project > in single directory' checkbox when you add a Maven 2 project. > 2. Releasing flat multi-module projects is now possible. The regular > release > process applies when releasing a flat multi-module project. > > I haven't committed the fix in maven-release (MRELEASE-261) yet as > I'm still > waiting for someone to review it first. So if you want to build from > source, > you need to checkout maven-release first then apply MRELEASE-261 and > build > maven-release. The staged binaries which I've built locally already > has that > fix in though. > > If everyone's ok with the changes I've made, I'll merge the branch to > trunk.. > > Thanks, > Deng