Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 38924 invoked from network); 30 Nov 2010 15:03:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 15:03:30 -0000 Received: (qmail 44900 invoked by uid 500); 30 Nov 2010 15:03:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 44648 invoked by uid 500); 30 Nov 2010 15:03:26 -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 44640 invoked by uid 99); 30 Nov 2010 15:03:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 15:03:25 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=10.0 tests=RCVD_ILLEGAL_IP,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ilya.mayzel@ubs.com designates 148.112.145.8 as permitted sender) Received: from [148.112.145.8] (HELO dmz-smtpgate2.stm.ibb.ubs.com) (148.112.145.8) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 15:03:16 +0000 Received: from localhost (localhost [127.0.0.1]) by postfix.amavisd (Postfix) with ESMTP id 7785E1CDB; Tue, 30 Nov 2010 10:02:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ubs.com; h= x-virus-scanned:from:references:in-reply-to:message-id:date :subject:content-transfer-encoding:content-type:mime-version :content-class:received:received:received:received:received; s= srsa; t=1291129370; bh=7WICwDSdplVPKRC3guh+4RCj5RkGehrhvTYVZV8/h Hk=; b=PAxl2F32X2U5xAPMqYOjFInVpfDUhygN7Sv3E4oU6EuNGiMmQkXHmiMeF BUu3fTKIfRYeD5zEowLl9l57mtBD7N/dTqgzBgRVUi4rOlx9ffNTAPXXWrtXFSlt IBt19oWHb/TfVkjR4qdwSNnWNwd8ZoDJGCaIEd5bDjGDn8NcAQ= Received: from dmz-smtpgate2.stm.ibb.ubs.com ([127.0.0.1]) by localhost (sstm8327xmh.stm.swissbank.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I6-UHqGyVRXk; Tue, 30 Nov 2010 10:02:50 -0500 (EST) Received: by dmz-smtpgate2.stm.ibb.ubs.com (Postfix, from userid 103) id 44662795; Tue, 30 Nov 2010 10:02:50 -0500 (EST) Received: from sstm8671pmh.stm.swissbank.com (dmzpbmaster [14.17.144.84]) by dmz-smtpgate2.stm.ibb.ubs.com (Postfix) with ESMTP id 297521DC2; Tue, 30 Nov 2010 10:02:50 -0500 (EST) Received: from nash0270pap.ubsamericas.net (unknown [148.112.78.205]) by sstm8671pmh.stm.swissbank.com (Postfix) with ESMTP id 2C3DBFE0; Tue, 30 Nov 2010 10:02:50 -0500 (EST) Received: from NSTMC612PEX.ubsamericas.net ([161.15.8.149]) by nash0270pap.ubsamericas.net with Microsoft SMTPSVC(6.0.3790.4675); Tue, 30 Nov 2010 10:02:39 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: RE: How to store svn username and password in configuration file? Date: Tue, 30 Nov 2010 10:02:39 -0500 Message-ID: In-Reply-To: <4CF510DD.9000006@gmail.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to store svn username and password in configuration file? Thread-Index: AcuQnwAAizfsaJeeQVe5WydAFiRwJQAABzeQ References: <4CF510DD.9000006@gmail.com> From: To: , X-OriginalArrivalTime: 30 Nov 2010 15:02:39.0847 (UTC) FILETIME=[A1C58F70:01CB909F] X-Virus-Scanned: clamav-milter 0.96.1 at sstm8671pmh.stm.swissbank.com X-Virus-Status: Clean X-UBS-Disclaimer: Version $Revision: 1.33 (postfix edition)$ X-Virus-Checked: Checked by ClamAV on apache.org Justin, Can you please elaborate on how to use it with maven? Thanks Ilya Mayzel Distributed Change Management UBS Financial Services Inc. 1000 Harbor Boulevard, 4th Floor Weehawken, NJ-07086 Phone: 201-352-7976 Email : ilya.mayzel@ubs.com =20 -----Original Message----- From: Justin Edelson [mailto:justinedelson@gmail.com]=20 Sent: Tuesday, November 30, 2010 9:58 AM To: Maven Users List Subject: Re: How to store svn username and password in configuration file? Subversion has its own password store which AFAIK is now encrypted on all major platforms. Why not use that? On 11/30/10 9:55 AM, ilya.mayzel@ubs.com wrote: > Hi, >=20 > I am trying to avoid using -Dusername=3Daaaa -Dpassword=3Dbbbb in a=20 > command line. > I would like to store this information (and password preferably > encrypted) in some svn-settings.xml or other config file. > Unfortunately as I use encrypted password (created by mvn=20 > --encrypt-master-password ) it doesn't work even on command=20 > line. >=20 > Any advice on maven/svn best practices will be highly appreciated. >=20 > Thanks >=20 > Ilya Mayzel > Please visit our website at > http://financialservicesinc.ubs.com/wealth/E-maildisclaimer.html > for important disclosures and information about our e-mail policies.=20 > For your protection, please do not transmit orders or instructions by=20 > e-mail or include account numbers, Social Security numbers, credit=20 > card numbers, passwords, or other personal information. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org Please visit our website at http://financialservicesinc.ubs.com/wealth/E-maildisclaimer.html for important disclosures and information about our e-mail policies. For your protection, please do not transmit orders or instructions by e-mail or include account numbers, Social Security numbers, credit card numbers, passwords, or other personal information. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org