Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 38207 invoked from network); 1 Dec 2004 09:45:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Dec 2004 09:45:21 -0000 Received: (qmail 45959 invoked by uid 500); 1 Dec 2004 09:45:10 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 45906 invoked by uid 500); 1 Dec 2004 09:45:09 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 45890 invoked by uid 99); 1 Dec 2004 09:45:09 -0000 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 (hermes.apache.org: domain of ap-cocoon-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 01:45:07 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CZR2m-0000Os-00 for ; Wed, 01 Dec 2004 10:45:04 +0100 Received: from imladris.terrasel.de ([62.225.162.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Dec 2004 10:45:04 +0100 Received: from jh by imladris.terrasel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Dec 2004 10:45:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: "Stripping" the Cocoon source tree Date: Wed, 01 Dec 2004 10:45:43 +0100 Lines: 18 Message-ID: References: <5E091A68F794974CAF431CA31F5AF2CC11E9C7@server.bizzdesign.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: imladris.terrasel.de User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en In-Reply-To: <5E091A68F794974CAF431CA31F5AF2CC11E9C7@server.bizzdesign.nl> Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bart Molenkamp wrote: > Hi all, > > > I'm also very curious how other people include Cocoon in their > repositories for their Cocoon-based applications (just a guess that many > of you guys use Cocoon for other projects). The entire source tree, or > just the build (binary), or not at all? We use maven and define the cocoon version to be used in the projectdefinition. When a new release comes out, we build the cocoon jars with all blocks, rename them to adhere to maven conventions and upload them to our local maven proxy. HTH Jorg