Details
Description
I'm using maven-release-plugin-2.0-beta-8 and I have encrypted all the password in settings.xml as described here:
http://maven.apache.org/guides/mini/guide-encryption.html
It works for deployment servers but not for SVN servers (the functionality was provided by SCM-85).
I had to revert back to clear passwords for SVN server credentials in settings.xml.
Issue Links
- is related to
-
MNG-4384
Can not use the plexus component org.sonatype.plexus.components.sec.dispatcher.SecDispatcher since maven 2.2.0
-
-
SCM-495
Support for encrypted passwords in settings.xml
-
- relates to
-
MRELEASE-340
Don't store the scm password in plaintext in release.properties
-
I am observing this issue as well. I can't use plain text password as it's against company policy