Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 78143 invoked from network); 15 Jan 2008 22:07:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 22:07:53 -0000 Received: (qmail 49771 invoked by uid 500); 15 Jan 2008 22:07:42 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 49735 invoked by uid 500); 15 Jan 2008 22:07:41 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 49715 invoked by uid 99); 15 Jan 2008 22:07:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 14:07:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 22:07:14 +0000 Received: by an-out-0708.google.com with SMTP id d30so3241and.79 for ; Tue, 15 Jan 2008 14:07:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RT5svvXpzjpGThF0idpMOMJgsoOZzrb2EasyQBNS3Ys=; b=bd3ZhpXsMF26J8A18Rpf/1oFtsWldA3L6SDBU5CTkSgBdfHPfSb6srZQG0R80ZPfGrL9nJvNgvxHnHnKBkT9x6m7nGsDGOzURDIWLxbscIcDoRybmerUV6qt/aTp0LjN5Vcr4xpxltd/I48Ua85WdoaJE+Mn82XY5qrdNwC6nik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qMcSyCpbpAHYbukKOEl2qUFjd07pwiJxfRTQvsD1lvv3v914rNErbcq5eoMLmSZuVASUYI2DIlBVVqRBNVQiZSsNs+t+SAb1tJ9XGHlu2J7KB224Dscvnt567IFaxjFGp72EF/LzkYznBBS3tmEv5DSRjLc13ywI7jQeHSRRLM0= Received: by 10.100.216.3 with SMTP id o3mr29105ang.28.1200434839609; Tue, 15 Jan 2008 14:07:19 -0800 (PST) Received: by 10.100.4.13 with HTTP; Tue, 15 Jan 2008 14:07:19 -0800 (PST) Message-ID: Date: Tue, 15 Jan 2008 15:07:19 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org Subject: Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name? In-Reply-To: <4c30ee7d0801151354x1ae0dd63i1d75298fdb031375@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4c30ee7d0801151354x1ae0dd63i1d75298fdb031375@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 15, 2008 2:54 PM, Mick Knutson wrote: > I want to create our war final name appended with the continuum build > number: > > myProject-userwebapp-1.25-build-42.war > > Is this possible? Just a guess, but since unsuccessful builds don't get a number, I bet the number isn't assigned until after the build finishes. Take a look at the buildnumber plugin (actually there are two, I'm not sure which is preferred) * http://mojo.codehaus.org/buildnumber-maven-plugin/ * http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/introduction.html -- Wendy