Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 22861 invoked from network); 5 Dec 2006 19:06:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 19:06:30 -0000 Received: (qmail 60828 invoked by uid 500); 5 Dec 2006 19:06:28 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 60813 invoked by uid 500); 5 Dec 2006 19:06:28 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 60794 invoked by uid 99); 5 Dec 2006 19:06:27 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jasnell@gmail.com designates 66.249.82.235 as permitted sender) Received: from [66.249.82.235] (HELO wx-out-0506.google.com) (66.249.82.235) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 11:06:23 -0800 Received: by wx-out-0506.google.com with SMTP id i26so3995108wxd for ; Tue, 05 Dec 2006 11:04:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=IZDPlQJwhs99T0gITouR404byudChBpS4fumzpFpuHw60L+C79YBjy65IWv+OisGJNVmDRvLz7n/yvwpwJu1heTD//m8w+MuNcfSqEUBKDRT1xa/5O3aF84ySRZUmeR9ao1VWBzOuqififiBCa/JCFA+51ALNZWq+5318HzH000= Received: by 10.90.65.11 with SMTP id n11mr9868473aga.1165345493833; Tue, 05 Dec 2006 11:04:53 -0800 (PST) Received: from ?192.168.1.101? ( [67.181.218.96]) by mx.google.com with ESMTP id 13sm20568833wrl.2006.12.05.11.04.52; Tue, 05 Dec 2006 11:04:53 -0800 (PST) Message-ID: <4575C2C8.30203@gmail.com> Date: Tue, 05 Dec 2006 11:04:40 -0800 From: James M Snell User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Maven images for 0.2.0 References: <4575AA35.4040308@gmail.com> <7edfeeef0612050927y2a36913ag57b237635567594c@mail.gmail.com> <7b774c950612051037j6a448bd3gaffa0bd43f78556c@mail.gmail.com> <7edfeeef0612051045s601b3cdakb626a7fbd19597b7@mail.gmail.com> <7b774c950612051050i7e43b02ev61090441aa7dc05@mail.gmail.com> In-Reply-To: <7b774c950612051050i7e43b02ev61090441aa7dc05@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Cool. I'll hold up on updating the site and sending out the release announce until one of the mavenites can get this going. I'm going to stay out of this part because I'm quite confident I'll screw something up :-) - James Dan Diephouse wrote: > Oh right. This diff should sort things out for you: > > Index: pom.xml > =================================================================== > --- pom.xml (revision 481655) > +++ pom.xml (working copy) > @@ -262,12 +262,16 @@ > extensions > examples > > - > > + > + apache.snapshots > + Apache SNAPSHOT Repository > + > scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository > > + > > - apache-maven-test-builds > - Apache Maven Repository (Test Builds) > - > scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository > > - > + apache.incubating > + Apache Incubating Repository > + > scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository > > + > > > > A couple other general FYIs in case people here aren't familiar: > - Maven includes a release plugin which will update the POMs to the correct > version and back to snapshot mode again. Google for docs if interested. It > can be a bit tricky to get right the first time though. > - If you don't use the release plugin and change all the POM versions > manually, be sure to deploy the sources as well by doing "mvn > -DreleasePerform=true deploy" > > Regards, > - Dan > > On 12/5/06, Garrett Rooney wrote: >> >> On 12/5/06, Dan Diephouse wrote: >> > The URL in the POM is actually linked on the file system to >> > /repo/m2-snapshot-repository, so it shouldn't matter. Although >> technically >> > the latter would be more correct. There isn't an incubator specific >> snapshot >> > repository as there is no need for one - snapshots aren't mirrored at >> all. >> >> But this isn't a snapshot anymore, it's a release, right? So wouldn't >> it go someplace different? >> >> -garrett >> > > >