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.
--
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: [email protected]
For additional commands, e-mail: [email protected]