AW: Maven plugin (or other tool) to handle encryption of server passwords

2011-01-04 Thread Hoehmann, Andreas
Hi Anders, maybe you can use the mvn shell? https://docs.sonatype.org/display/MVNSH/Home There is a command encrypt (or something) ... but I don't know if mvn shell can run in batchmode. Or you can hack your own plugin :D Regards Andreas -[http://www.ahoehma.de]- -Ursprüngliche

Re: Maven plugin (or other tool) to handle encryption of server passwords

2011-01-04 Thread Anders Hammar
Thanks, but it actually asks for the password to encrypt. To simplify for the users, I'm thinking there is no need for them to specify it if they actually don't need to know it. And yes, the idea is to include this functionality in a plugin. /Anders On Tue, Jan 4, 2011 at 10:19, Hoehmann, Andreas

Maven plugin (or other tool) to handle encryption of server passwords

2010-12-20 Thread Anders Hammar
I'm looking for a plugin or some tool that helps out encrypting the server passwords in Maven. I know the manual command line way of doing this, but I'm looking for any easier way of doing this. If you're having lots of devs, a few are very likely not to get this right... Anyone seen such a