Return-Path: Delivered-To: apmail-maven-m2-dev-archive@www.apache.org Received: (qmail 64217 invoked from network); 23 Mar 2005 12:33:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2005 12:33:50 -0000 Received: (qmail 99127 invoked by uid 500); 23 Mar 2005 12:33:50 -0000 Delivered-To: apmail-maven-m2-dev-archive@maven.apache.org Received: (qmail 99111 invoked by uid 500); 23 Mar 2005 12:33:50 -0000 Mailing-List: contact m2-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Maven 2 Developers List" Reply-To: "Maven 2 Developers List" Delivered-To: mailing list m2-dev@maven.apache.org Received: (qmail 99098 invoked by uid 99); 23 Mar 2005 12:33:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from mail-04.iinet.net.au (HELO mail.iinet.net.au) (203.59.3.36) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 23 Mar 2005 04:33:49 -0800 Received: (qmail 20203 invoked from network); 23 Mar 2005 12:29:01 -0000 Received: from unknown (HELO ?10.1.1.26?) (203.206.248.81) by mail.iinet.net.au with SMTP; 23 Mar 2005 12:29:01 -0000 Message-ID: <42416106.9070405@apache.org> Date: Wed, 23 Mar 2005 23:28:54 +1100 From: Brett Porter User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven 2 Developers List Subject: Re: SNAPSHOT design References: <4240D725.8040004@apache.org> <42413A67.5070502@caltha.pl> In-Reply-To: <42413A67.5070502@caltha.pl> X-Enigmail-Version: 0.90.1.1 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rafal Krzewski wrote: > Brett Porter wrote: > >> http://docs.codehaus.org/pages/viewpage.action?pageId=22585 >> >> I'm now moving on to implement this. > > > Cool. > > Two important things come to my mind after reading - my apologies in > advance if they're obvious to others: > > - consistency of snapshot identifiers across primary and secondary > artifacts produced in a single run, so that they may be correlated by > clients correctly. absolutely - but thanks for point it out. I'll make sure it is explicitly listed. > > - the ability to push build number from a CI system to maven so that > CI metadata stay consistent with the repository. definitely possible, though I don't want to add the hooks now until we get to the point where it is needed, to be able to keep it simple. Thanks, Brett > > R. > >