Re: how to custom decrypt settings.xml passwords

2012-04-05 Thread Lannoye Xavier
Sonatype to address your issues, they will have a solution. Thanks, Roy -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, March 13, 2012 4:41 AM To: Maven Users List Subject: Re: how to custom decrypt

Re: how to custom decrypt settings.xml passwords

2012-03-30 Thread Lannoye Xavier
to address your issues, they will have a solution. Thanks, Roy -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, March 13, 2012 4:41 AM To: Maven Users List Subject: Re: how to custom decrypt settings.xml

how to custom decrypt settings.xml passwords

2012-03-13 Thread Lannoye Xavier
Hi I'm working in a corporate environment, with maven builds processed on atlassian bamboo servers. I've been asked to investigate a solution to encrypt passwords present in the custom settings.xml file against our corporate encryption software. I've started with the maven's master-password

Re: how to custom decrypt settings.xml passwords

2012-03-13 Thread Anders Hammar
I don't think this is possible to do through a Maven plugin. It has to be part of Maven core. Unfortunately, Maven Core currently does not (that I've found) provide with a hook or extension to switch the encryption mechanism. Until that is implemented, I believe you need to create your own

RE: how to custom decrypt settings.xml passwords

2012-03-13 Thread Lyons, Roy
Of Anders Hammar Sent: Tuesday, March 13, 2012 4:41 AM To: Maven Users List Subject: Re: how to custom decrypt settings.xml passwords I don't think this is possible to do through a Maven plugin. It has to be part of Maven core. Unfortunately, Maven Core currently does not (that I've found) provide