Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 66855 invoked from network); 8 Feb 2006 06:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 06:36:52 -0000 Received: (qmail 11721 invoked by uid 500); 8 Feb 2006 06:36:51 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 11681 invoked by uid 500); 8 Feb 2006 06:36:51 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 11670 invoked by uid 99); 8 Feb 2006 06:36:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 22:36:51 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.73 as permitted sender) Received: from [205.152.59.73] (HELO imf25aec.mail.bellsouth.net) (205.152.59.73) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 22:36:50 -0800 Received: from ibm69aec.bellsouth.net ([65.80.200.112]) by imf25aec.mail.bellsouth.net with ESMTP id <20060208063628.BYSS1957.imf25aec.mail.bellsouth.net@ibm69aec.bellsouth.net> for ; Wed, 8 Feb 2006 01:36:28 -0500 Received: from [172.16.1.7] (really [65.80.200.112]) by ibm69aec.bellsouth.net with ESMTP id <20060208063628.BUPL23047.ibm69aec.bellsouth.net@[172.16.1.7]> for ; Wed, 8 Feb 2006 01:36:28 -0500 Message-ID: <43E9916C.8070004@bellsouth.net> Date: Wed, 08 Feb 2006 01:36:28 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@directory.apache.org Subject: [SCM] How to release to the distribution reporitory (for future reference) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Make sure you have an *'apache.distributions'* server configured in your ~/.m2/settings.xml. Here's what mine looks like (notice last server element): apache.websites akarasulu /home/akarasulu/.ssh/id_rsa 775 664 apache.snapshots akarasulu /home/akarasulu/.ssh/id_rsa 775 664 apache.distributions akarasulu /home/akarasulu/.ssh/id_rsa 775 664 With this any artifact and pom which does not have a -SNAPSHOT on it will be deployed to the release repository for mirroring: on minotaur at /www/www.apache.org/dist/maven-repository. If the snapshot designator is present then it will be deployed to the *'apache.snapshots'* server also on minotaur here: /www/cvs.apache.org/maven-snapshots-repository. Also please make sure after you deploy that the permissions are set to group (*apcvs*) writable. chmod -R g+w if maven does not push and set perms appropriately for you. It does not for me and I cannot figure out why even with my umask set properly. That's it. Alex