Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 98776 invoked from network); 5 Oct 2010 21:24:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 21:24:20 -0000 Received: (qmail 89402 invoked by uid 500); 5 Oct 2010 21:24:18 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 89299 invoked by uid 500); 5 Oct 2010 21:24:17 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 89291 invoked by uid 99); 5 Oct 2010 21:24:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 21:24:17 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stephen.alan.connolly@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 21:24:10 +0000 Received: by iwn9 with SMTP id 9so405990iwn.30 for ; Tue, 05 Oct 2010 14:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=fPonf9mA4FmG2bQNPgABAth/G8JzFAC4RnsX+kGd3wI=; b=DGY3gDCEULi6S7cjLd0TipZQmZet+FzfdrrNvMKJG0kIo29DhoL/i33wICS0w1GDHd U9+jX3PSRKn4/Oms4PVV97fyJ6P6ax7BN+ywHAjruU9x+YkjCq17I8woRvvk1s4D5ass b8QzFaMXuwZ0oGoiK6act4q5UI7LZs7gDPa30= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZWvqgUE2pf/eDtvyirGYo0rE60DEGCCRvVBQfBNL1KnG8W14Wj1nppZLMG9chwGqRh gOM8YB/c5X9HqHjw8n018gzgBkUjWnXWHGo6gbZhkLcxhslvh6QUWaDl2H6zh0HU50kV iyQ1IM4GFwYkHuvw+bf1+5dCjRnH+CsRZA6WY= MIME-Version: 1.0 Received: by 10.231.149.3 with SMTP id r3mr12841232ibv.109.1286313828736; Tue, 05 Oct 2010 14:23:48 -0700 (PDT) Received: by 10.231.30.68 with HTTP; Tue, 5 Oct 2010 14:23:48 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Oct 2010 22:23:48 +0100 Message-ID: Subject: Re: Continuous Build always building against the latest SNAPSHOT version From: Stephen Connolly To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org what i've done before is use the versions:use-latest-versions goal in an initial maven invocation and then follow up with clean verify and finally a versions:rollback so that the next svn update does not get borked. I'd typically have a couple of jobs on the CI server, one building exactly what is in scm, one building with the latest releases and one building with the very latest. If using hudson, you will have to use a freestyle project (which is IMHO the only way to build maven projects in hudson) and have three maven build steps... versions-maven-plugin modifies the pom and so you need to start a new maven process to see the effects -Stephen On 5 October 2010 21:41, Wendy Smoak wrote: > On Tue, Oct 5, 2010 at 4:27 PM, Mike Lenner wrote: > >> Maybe part of the release process of shared-util should be to update >> some parent pom's dependencyManagement section to the 1.1-SNAPSHOT? > > Or send out a release announcement to their users list, which > project-2's developers should be on? :) > > I believe the versions plugin has a goal that checks for newer > releases of your dependencies, that might be useful. > http://mojo.codehaus.org/versions-maven-plugin/ > > And some of the repository managers (Archiva at least) have feeds you > can watch for updates on artifacts. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org