Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 37623 invoked from network); 8 Oct 2008 11:31:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 11:31:21 -0000 Received: (qmail 27756 invoked by uid 500); 8 Oct 2008 11:31:20 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 27490 invoked by uid 500); 8 Oct 2008 11:31:19 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 27479 invoked by uid 99); 8 Oct 2008 11:31:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 04:31:19 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of felipekamakura@gmail.com designates 209.85.198.245 as permitted sender) Received: from [209.85.198.245] (HELO rv-out-0708.google.com) (209.85.198.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 11:30:16 +0000 Received: by rv-out-0708.google.com with SMTP id f25so3804776rvb.50 for ; Wed, 08 Oct 2008 04:30:42 -0700 (PDT) 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:references; bh=e8g/jWLi07qmeZTYhqY8Q1xP2LRYR/774AueP37X0dI=; b=BO/hEngJOE3Mn2TkYiUCKHwwNB4Zl7T4QTT3hx54Dxz5k8bHhaKDsb7PAUscA4CR0x IivhLqJYVPExqIyL+23ijXMfinAaI73uAficetOZ3rg4ScYLkTLEYCZjLfMGXbVeESVg r68vPPzAWlxf/m34VEa2M34RCSxzUUgbuYxtk= 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:references; b=jyRtbakM3juNkZ8RW9U9o58TgQytA1p83AnpER4l1PFPu/y5dmA+mH3dF0AIUr6a42 mdtZ2SBThKsHVDPvZaU0FCkOmbccCOEI+1vArFqik7toIFXglCqAW+oddCKjsWwop3yT WsiGTizqxkOFfSy8zFpNB8Hau/uRG2lsfchD8= Received: by 10.141.206.13 with SMTP id i13mr4803394rvq.100.1223465442763; Wed, 08 Oct 2008 04:30:42 -0700 (PDT) Received: by 10.141.76.6 with HTTP; Wed, 8 Oct 2008 04:30:42 -0700 (PDT) Message-ID: Date: Wed, 8 Oct 2008 08:30:42 -0300 From: "Felipe Kamakura" To: users@continuum.apache.org Subject: Re: Compile all from trunk In-Reply-To: <7cfb44750810080413o291a9be6ta0f02fd3d0e4f17a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_72651_1019431.1223465442767" References: <1223463640.6740.58.camel@chuchint> <7cfb44750810080413o291a9be6ta0f02fd3d0e4f17a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_72651_1019431.1223465442767 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Maybe you could just create some Maven profiles. One profile would have Released dependencies, while another would have the SNAPSHOTs. Well, that's one ideia. See ya On Wed, Oct 8, 2008 at 8:13 AM, murali mohan wrote: > My take : > > I think this is more of a maven problem rather than Continuum. Continuum > just executes the maven goal (along with arguments specified) specified in > the build definition. So if you want to use a different version of a > dependency, you have to use the corresponding maven command and arguments > which will help you override the version of the dependency - I am not sure > if maven has such a provision to override versions set in POM. > > rgds, > Murali. > > On Wed, Oct 8, 2008 at 12:00 PM, chuchi wrote: > > > Hi all, > > > > we are thinking about installing Continuum, but we don't know if it > > can do what we need. We have read the tutorials but they are not clear > > about this point: > > > > When you use maven in your projects, does Continuum compile every > > project with trunk version of each library project, or only with the POM > > version? I mean: > > > > Library A: Version 2 final, Version 3-SNAPSHOT in trunk > > App B: Using library A-1 in POM > > App C: Using library A-2 in POM > > App D: Using library A-3-SNAPSHOT in POM > > > > In order to be sure about backward compatibility, we want to compile all > > applications with the trunk version of the library (Version 3-SNAPSHOT, > > in example) instead of the pom specification. > > > > Regards, > > Chuchi > > > > > ------=_Part_72651_1019431.1223465442767--