Re: SCM plugin password encryption

2009-08-17 Thread Nicolas Duminil
With maven 2.2 and java 6 you're supposed to take advantage of kerberos authentification, just by having a file such the following in your home directory: com.sun.security.jgss.krb5.initiate { com.sun.security.auth.module.Krb5LoginModule required client=TRUE doNotPrompt=false

RE: SCM plugin password encryption

2009-08-14 Thread Andrei Solntsev
We just need to add this feature to maven-scm-plugin. We could use maven-sql-plugin as an example, it can read encrypted DB password in the same manner as repository credentials. Andrei Solntsev, Software Developer, HireRight Estonia -Original Message- From: KURT TOMETICH

Re: SCM plugin password encryption

2009-08-14 Thread Mark Struberg
: RE: SCM plugin password encryption We just need to add this feature to maven-scm-plugin. We could use maven-sql-plugin as an example, it can read encrypted DB password in the same manner as repository credentials. Andrei Solntsev, Software Developer, HireRight Estonia -Original

Re: SCM plugin password encryption

2009-08-14 Thread Stephen Connolly
can you not put your password in a property defined in your ~/.m2/settings.xml file and then reference that property in your scm config section? that way you can change the permissions on your ~/.m2/settings.xml file to make it only readable by yourself (unless you are using FAT/FAT32 as your

Re: SCM plugin password encryption

2009-08-14 Thread Mark Struberg
be to create an own user for the CI system in the SCM which only has readonly access. LieGrue, strub - Original Message From: Stephen Connolly stephen.alan.conno...@gmail.com To: Maven Users List users@maven.apache.org Sent: Friday, August 14, 2009 10:10:32 AM Subject: Re: SCM plugin