Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 5366 invoked from network); 14 Jun 2006 03:09:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 03:09:42 -0000 Received: (qmail 40107 invoked by uid 500); 14 Jun 2006 03:09:41 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 40091 invoked by uid 500); 14 Jun 2006 03:09:41 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 40080 invoked by uid 99); 14 Jun 2006 03:09:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 20:09:41 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.246.7.148] (HELO mail.maven.org) (63.246.7.148) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 20:09:39 -0700 Received: (qmail 980 invoked by uid 89); 14 Jun 2006 03:09:18 -0000 Received: by simscan 1.1.0 ppid: 975, pid: 977, t: 0.0794s scanners: regex: 1.1.0 Received: from unknown (HELO ?192.168.1.2?) (jason@maven.org@70.31.141.67) by mail.maven.org with ESMTPA; 14 Jun 2006 03:09:18 -0000 Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jason van Zyl Subject: Re: Release Management for Maven/Continuum Date: Tue, 13 Jun 2006 23:09:08 -0400 To: continuum-dev@maven.apache.org X-Mailer: Apple Mail (2.750) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Cool, thanks for posting that. Jason. On 13 Jun 06, at 10:51 PM 13 Jun 06, Jeremy Whitlock wrote: > Hi all, > This is an email that Jason sent me to give you a better > understanding > of the previous email I sent. Please feel free to comment, > question or add > suggestions to the effort. > > Take care, > > Jeremy > > ---------- Forwarded message ---------- > From: Jason Van Zyl > Date: Jun 11, 2006 10:01 AM > Subject: Releasing with Continuum > To: jcscoobyrs@gmail.com > Cc: brett@maven.org > > Hey, > > I wrote a tiny diagram here: > > http://people.apache.org/~jvanzyl/ReleasingWithContinuum.png people.apache.org/%7Ejvanzyl/ReleasingWithContinuum.png> > > I checked in some code into the release plugin for you. If you're > watching > the commit logs then you'll see notes I'm leaving for you and I've > also > marked todos for you with //TODO:JW so you can key off that if > you're using > eclipse or IDEA. In IDEA you can customize that sort of thing. > > What I've done so far is create the release descriptor model in the > release > plugin. When you update the release plugin you'll see it: > > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-release- > plugin/src/main/mdo/ > > When you run the build, the java sources will be generated. You can > see the > configuration for modello in the POM for the release plugin. > > I added a note in the PrepareReleaseMojo with TODO:JW which you can > take a > peek at. Basically that's just the starting point as you'll have to > add > everything you need in order to make the release descriptor be > populated, > used and sent to Continuum. > > I will now create a little module in Continuum that will use the > stuff I > just created in the release plugin. > > Ultimately we will probably make a separate release management > build and as > you see Brett has already started the tool in the release plugin. > So for now > a module in Continuum that uses this will depend on a Maven plugin > because > it will need the release descriptor model but that's fine for now. > Maybe you > can think about separating out the release management tool in the > release > plugin as you go. Brett probably has some ideas on that. > > Ok, I will try to whip something off quick in Continuum for you. > > Jason van Zyl > jason@maven.org Jason van Zyl jason@maven.org