From open-jpa-dev-return-1141-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Sat Nov 11 00:40:33 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 12424 invoked from network); 11 Nov 2006 00:40:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 00:40:33 -0000 Received: (qmail 44488 invoked by uid 500); 11 Nov 2006 00:40:43 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 44456 invoked by uid 500); 11 Nov 2006 00:40:43 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 44447 invoked by uid 99); 11 Nov 2006 00:40:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 16:40:43 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mprudhomapache@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Nov 2006 16:40:29 -0800 Received: by nf-out-0910.google.com with SMTP id p46so1350394nfa for ; Fri, 10 Nov 2006 16:40:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=J46Vv1ahuybqQKaCcqaaFSkvCSGPB1DpDHPQlfy5EiYeYkJu1DFOJJWVEOuhdHcoZfm0JMadifi+DoRwsVo55RdJqNV8jdg5FWnbnVwLm8pbnpl5rnCcR0+/PTgZGioB35Lbt6akIvtjC8+yMnVJjtP5KvDRpuuphh3uSM95IGw= Received: by 10.49.42.5 with SMTP id u5mr3082413nfj.1163205607517; Fri, 10 Nov 2006 16:40:07 -0800 (PST) Received: from ?192.168.15.100? ( [66.248.222.242]) by mx.google.com with ESMTP id a24sm5174577nfc.2006.11.10.16.40.06; Fri, 10 Nov 2006 16:40:07 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <89c0c52c0611101613t784e278ar3e5fe1db3a124d6@mail.gmail.com> References: <89c0c52c0611101613t784e278ar3e5fe1db3a124d6@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3C3A7D0C-FF86-4B56-993E-A363EE1EADFC@apache.org> Content-Transfer-Encoding: 7bit From: Marc Prud'hommeaux Subject: Re: How to build an OpenJPA release Date: Fri, 10 Nov 2006 16:39:47 -0800 To: open-jpa-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Marc Prud'hommeaux X-Virus-Checked: Checked by ClamAV on apache.org On Nov 10, 2006, at 4:13 PM, Kevin Sutter wrote: > Thanks, Marc! I've been monitoring your changes to this wiki page. I > couldn't believe all of the necessary steps for creating a > release. Thanks > so much for documenting all of this. It is kind of a pain. Maven at least performs the GPG signing and uploading of the files for you, so that part is somewhat automatic, but there is still a bunch of manual steps. They have a "maven- release" plugin that does some more of the manual steps, but the last time I tried it, it didn't work that well. > BTW, one of my first managers taught me about getting "hit by the > proverbial > beer truck". Sounds like a better way to go, don't you think? :-) Especially since we've all experienced at one time or another the results of trying to program after being hit by the proverbial beer truck. > Enjoy your weekend, > Kevin > > On 11/10/06, Marc Prud'hommeaux wrote: >> >> OpenJPA People- >> >> In keeping with the "hit by a bus" philosophy of defensive >> documentation, I've documented the steps that I took to build and >> upload the OpenJPA release. >> >> In case anyone is interested, it is available here: >> >> http://cwiki.apache.org/openjpa/releasing-openjpa.html >> >> Please feel free to update the page if you see any errors or >> omissions. >> >> >>