You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2014/04/14 18:28:10 UTC

changing LDAP Pw, mvn encryption

Just for reference:

After changing your LDAP pw, to get maven working again, you have to redo the
encryption settings for maven passwords.

See http://maven.apache.org/guides/mini/guide-encryption.html

There are 2 encrypted versions of your new LDAP pw that are needed:

1st do the masterpw encryption, and store that in the place you point to in your
.m2 settings-security.xml file.  This ideally is some secure place.

Next, do the server pw encryption, (which makes use of your new master pw) and
store this in all the places in your .m2 settings file that refer to passwords.

Until you do both of these, things like deploy goal (which uploads to the
snapshot repository) won't work.

-Marshall