Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EC3AF906 for ; Sat, 23 Mar 2013 19:41:30 +0000 (UTC) Received: (qmail 36876 invoked by uid 500); 23 Mar 2013 19:41:29 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 36774 invoked by uid 500); 23 Mar 2013 19:41:29 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 36763 invoked by uid 99); 23 Mar 2013 19:41:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Mar 2013 19:41:29 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Mar 2013 19:41:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 5C5A5129E01C1 for ; Sat, 23 Mar 2013 20:41:02 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0WU8yBOo25E3 for ; Sat, 23 Mar 2013 20:41:02 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id ED51E129E024C; Sat, 23 Mar 2013 20:41:01 +0100 (CET) From: Stefan Bodewig To: "Commons Developers List" Subject: Re: [all] Guide for Creating a RC updated References: <874ng26n5s.fsf@v35516.1blu.de> <514DEED0.1060208@gmail.com> Date: Sat, 23 Mar 2013 20:41:01 +0100 In-Reply-To: <514DEED0.1060208@gmail.com> (Phil Steitz's message of "Sat, 23 Mar 2013 11:05:04 -0700") Message-ID: <87d2updhv6.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org On 2013-03-23, Phil Steitz wrote: > I have one question: I have not cut a release in a while and was > always able before to avoid Nexus and the maven release plugin. I > understand now there is no way around using these. First, that is > correct, right? There is no way around Nexus. I haven't used the release plugin to release Compress 1.5 at all. Just stick to a more manual method of creating tag. You can use Nexus without Maven at all (we use Ivy for this in Ant land). > Second, one thing I remember was having to mess with local .settings > files to store credentials. Is that still necessary? Should it be > mentioned somewhere? It is necessary when you use Maven, yes. I've linked to the necessary steps in the second paragraph (the "prepare your development environment" link). > One small comment. We might want to, um, "update" the jdk version > in the example from 1.3 - he he. :-) Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org