Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 45674 invoked from network); 4 May 2009 12:36:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 12:36:21 -0000 Received: (qmail 59953 invoked by uid 500); 4 May 2009 12:36:18 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 59839 invoked by uid 500); 4 May 2009 12:36:18 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 59829 invoked by uid 99); 4 May 2009 12:36:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 12:36:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dhoffer6@gmail.com designates 209.85.220.220 as permitted sender) Received: from [209.85.220.220] (HELO mail-fx0-f220.google.com) (209.85.220.220) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 12:36:10 +0000 Received: by fxm20 with SMTP id 20so5164773fxm.12 for ; Mon, 04 May 2009 05:35:48 -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 :date:message-id:subject:from:to:content-type; bh=B8slLOmO5y97TOAKF1vjFbB4Ra2HiNacUVYkB7iDjqg=; b=SuAMgZlcNZtcmT7MCASSNfEJMggc7AMS+PZsmMyebzIyxdeXBSJQD+MZaDLpta9NIp 4i6DYJx9dVo8LHCmMtGlUkrFEyHuPtFf27i39E+36BbeozipToatQrwDl1UKyb0+6qZ8 WY9ubD7jsp7Hz+RdzEg0TnYCS6FRHwNc8piyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vxKRGuJYZW5JUT4yWKX4i+GSxJ1ZglUb1Qc7TMd5C+zBfOfj8BOKdYjS90U9CNyuAj +F5OixRLe0g01bz9bGJBzrX6+9KSMqCoE/ZOH8HZpvQVTSGcPa9iQoEH14XiHT5ThNy/ VmR6mum2S6nvHBcn+ZJdjM4XWC01TgeUiPKFY= MIME-Version: 1.0 Received: by 10.223.123.210 with SMTP id q18mr1654328far.63.1241440548330; Mon, 04 May 2009 05:35:48 -0700 (PDT) In-Reply-To: <562346790905040246h28797ee4w63fec15b5883d6cc@mail.gmail.com> References: <562346790905040246h28797ee4w63fec15b5883d6cc@mail.gmail.com> Date: Mon, 4 May 2009 06:35:48 -0600 Message-ID: Subject: Re: How to specify SCM username/password for release plugin? From: David Hoffer To: Maven Users List Content-Type: multipart/alternative; boundary=001636988a0be49e3c046915665d X-Virus-Checked: Checked by ClamAV on apache.org --001636988a0be49e3c046915665d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Does this support encryption? We don't want passwords in plan text. We really don't want names/passwords in the pom as those are global values, we really want server names/passwords encrypted and in the settings.xml or other system location. we run release:prepare followed by release:perform -Dave On Mon, May 4, 2009 at 3:46 AM, Baptiste MATHUS wrote: > Hi, > > In the documentation of the mojo (btw, you didn't say which goal you were > speaking) of the release:prepare for example: > > http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html > > username/password. > > Cheers. > > 2009/5/1 David Hoffer > > > How can I specify the username/password to be used by the release plugin > in > > the settings.xml file (or other system approach)? Normally this is set > in > > the settings.xml and refereed to elsewhere by it's id but how is this > > refereed by the SCM? > > > > -Dave > > > > > > -- > Baptiste MATHUS - http://batmat.net > Sauvez un arbre, > Mangez un castor ! > --001636988a0be49e3c046915665d--