Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 79977 invoked from network); 21 Nov 2005 11:14:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Nov 2005 11:14:25 -0000 Received: (qmail 57656 invoked by uid 500); 21 Nov 2005 11:14:21 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 57287 invoked by uid 500); 21 Nov 2005 11:14:19 -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 57276 invoked by uid 99); 21 Nov 2005 11:14:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 03:14:19 -0800 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; Mon, 21 Nov 2005 03:15:52 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ee9YU-0005Pe-T3 for dev@cocoon.apache.org; Mon, 21 Nov 2005 12:09:50 +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 ; Mon, 21 Nov 2005 12:09:50 +0100 Received: from jh by d51a4ce66.access.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Nov 2005 12:09:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@cocoon.apache.org From: Jorg Heymans Subject: Re: Planning 2.2 Date: Mon, 21 Nov 2005 12:09:27 +0100 Lines: 27 Message-ID: References: <4380C369.4090606@apache.org> <4381996A.80408@nada.kth.se> <447d5369f408db07cdd8fd0d28183eb6@apache.org> <4381A365.8090707@nada.kth.se> 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: <4381A365.8090707@nada.kth.se> X-Antivirus: avast! (VPS 0546-6, 20/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 Daniel Fagerstrom wrote: > > Maybe we could have automatic daily snapshot releases, preferably to an > m2 repository. > we sure can :-) 1. cron daily maven deployment to snapshot repository 2. declare a dependency like cocoon cocoon-core 2.2-SNAPSHOT The snapshot bit is resolved to the latest timestamped snapshot in the repository if available (eg cocoon-core-2.2-20051107.013155.jar ), or just "SNAPSHOT" if we choose to overwrite snapshots upon deployment. Additionally you can configure a snapshotrespository in settings.xml and tell it to only update snapshots from this repository using a configured frequency. HTH Jorg - who needs to get kicking on the maven stuff again