I've got an issue related to password decryption in 3.0-alpha7 that makes the
mvn -X option effectively unusable.  The password I've got in my
settings.xml file looks like this:

            <password>{DESede}y+qq...==</password>

This is an Artifactory setup password and it does work, however mvn -X logs
exceptions about it so frequently that it makes -X almost impossible to use. 
Is there some way I can suppress this behavior through configuration?  The
exception that it logs over and over again is:

[DEBUG] Failed to decrypt password for server central:
org.sonatype.plexus.components.cipher.PlexusCipherException:
java.lang.ArrayIndexOutOfBoundsException
org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException:
org.sonatype.plexus.components.cipher.PlexusCipherException:
java.lang.ArrayIndexOutOfBoundsException
...
Caused by: java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at
org.sonatype.plexus.components.cipher.PBECipher.decrypt64(PBECipher.java:175)
        ... 47 more

 

-- 
View this message in context: 
http://old.nabble.com/3.0-alpha7-password-decryption-tp28042090p28042090.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to