Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 9057 invoked from network); 13 Oct 2009 09:00:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 09:00:17 -0000 Received: (qmail 37599 invoked by uid 500); 13 Oct 2009 09:00:17 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 37531 invoked by uid 500); 13 Oct 2009 09:00:17 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 37521 invoked by uid 99); 13 Oct 2009 09:00:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 09:00:17 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.220.209 as permitted sender) Received: from [209.85.220.209] (HELO mail-fx0-f209.google.com) (209.85.220.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 09:00:14 +0000 Received: by fxm5 with SMTP id 5so8313122fxm.27 for ; Tue, 13 Oct 2009 01:59:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=DRqYdS4cc9+322nNa8DRag+vBA4Oe3wBADlY6Plwo8I=; b=fG6oQMoZN0WwWHcG3KhPHqW1HxbwjCKFiC0lf4Jv33ipqN0xOxJHMA0UEsDFUWOA+i 2U2DuMjaegMVBOZBAlyf6bY0Z0YZsgJi2QmOvoolxHk2Uj8pspvfJfNm80Vbs2WiyQ9V Ss5pJfjsJhh4gDy35ApwZY/puMS2AkblyjwXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=WE/0EIhl7iXnDUUSQmH1bomekl4EEy96apTZ4Vf+EB5yrvZrKSbbHZW6iwhJ579f4v 4xoFfm9FB+KPmsW+VXvGawD/+0lgNq4bU0wwM28RxwdLx3WrnA8TWPJ9GZG3PDDCzYLq mkEufkCKDF6PDQcJ9V3sBiuGrep6Iq3TUlpT4= MIME-Version: 1.0 Received: by 10.86.231.13 with SMTP id d13mr3178439fgh.41.1255424393400; Tue, 13 Oct 2009 01:59:53 -0700 (PDT) In-Reply-To: References: From: Jukka Zitting Date: Tue, 13 Oct 2009 10:59:33 +0200 Message-ID: <510143ac0910130159s6e54703vfe07cd287e50e632@mail.gmail.com> Subject: Re: Autoamated Releasing with Maven To: chemistry-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, On Fri, Oct 9, 2009 at 7:50 PM, Gabriele Columbro wrote: > I was wondering if I could : > > - Configure the maven build to release against Apache servers (if not yet > there) > - Release a snapshot version (at least of chemistry-atompub-tck, as I need > it for some integration purposes) from the 0.6.2 branch. > > I see that a whole guide on how to do manual releases is available here [1] > but here [2] I see that the Maven automated release process guide is still a > sad TBD. > > Do you guys have some pointers on how to perform an automated Maven snapshot > release to [3] ? The easiest way nowadays is to use the new Nexus repository server [1]. You can start deploying snapshots to it (see [2]) right away with "mvn deploy" and the patch included below. See [3] for more information on how to use the repository server for staging and deploying proper releases. [1] https://repository.apache.org/ [2] https://repository.apache.org/content/groups/snapshots-group/ [3] https://issues.apache.org/jira/browse/INFRA-1896 BR, Jukka Zitting Index: chemistry/chemistry-parent/pom.xml =================================================================== --- chemistry/chemistry-parent/pom.xml (Revision 824641) +++ chemistry/chemistry-parent/pom.xml (Arbeitskopie) @@ -18,6 +18,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 + + org.apache + apache + 6 + + 2.0.9 @@ -226,15 +232,4 @@ - - - apache-incubating - Apache Incubating Repository - http://people.apache.org/repo/m2-incubating-repository - - false - - - -