On 8-Feb-09, at 6:37 PM, jmaxwell wrote:


Since 2.1.x will support encryption for <server> password elements (as
detailed
http://www.sonatype.com//people/2009/02/new-feature-maven-settings-password-encryption/
here ) it should be fairly straight forward to add support for encrypting
properties in general.

In our settings.xml files we set properties in profiles for our DEV and QA app and db server passwords. It would be much better if these were not in
clear text.

If we could have:
<profile>
<id>env-dev</id>
<properties>
<weblogic.password>{jSMOWnoPFgsHVpMvz5VrIt5kRbzGpI8u+9EF1iFQyJQ=}</ weblogic.password>
<mysql.password>{wakasjdfnkfgfftoPFgsHVpMvz5sdfgdgf=}</mysql.password>
</properties>
</profile>

It would be fantastic.

As it is so straight forward we eagerly await your patch along with integration tests :-)


--
View this message in context: 
http://www.nabble.com/Property-Encyption-tp21904894p21904894.html
Sent from the Maven Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

  -- Jakob Burckhardt


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to