Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 8677 invoked from network); 3 Nov 2005 22:55:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Nov 2005 22:55:58 -0000 Received: (qmail 78104 invoked by uid 500); 3 Nov 2005 22:55:56 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 78060 invoked by uid 500); 3 Nov 2005 22:55:56 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 78049 invoked by uid 99); 3 Nov 2005 22:55:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 14:55:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 14:55:51 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EXnxQ-0007gu-EK for dev@cocoon.apache.org; Thu, 03 Nov 2005 23:53:20 +0100 Received: from d51a4ce66.access.telenet.be ([81.164.206.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2005 23:53:20 +0100 Received: from jh by d51a4ce66.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Nov 2005 23:53:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: [M10N] new repo layout Date: Thu, 03 Nov 2005 23:51:19 +0100 Lines: 39 Message-ID: References: <436A2490.9090302@reverycodes.com> <436A45DB.1030600@reverycodes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d51a4ce66.access.telenet.be User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en In-Reply-To: <436A45DB.1030600@reverycodes.com> X-Antivirus: avast! (VPS 0544-7, 03/11/2005), Outbound message X-Antivirus-Status: Clean Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Vadim Gritsenko wrote: > > Separating meaning they are separate projects with independent release > cycles, as in: > >>> Where each block is treated as independent project, and has own >>> tags/branches. With Cocoon 2.1.8 out this friday, several blocks will >>> start having own tags. >> Perfect, my proposed layout covers this use case. Each block will have its own release cycle, we can even use the maven release plugin to do releases. I will experiment with this in the mini repo and document my findings. > Yes, I mean why do you want to combine multiple projects into single > uber project, in your proposed directory structure: > > /trunk > /block-a > /block-b > ... > It seems like a step backward, towards 2.1 situation, where each block > is part of single project, instead of moving forward and cutting blocks > loose... The single root pom has no meaning other than tying the other modules together and giving us the possibility of a) defining common stuff and b) being able to do a full build/release/deploy of all modules with one command. It does not prevent separate release cycles of the individual modules however. Regards, Jorg