Hello, I had already written to the users list but unfortunately got no response. However to avoid a double post, I'll give only a short description:
We have a company wide Single Sign On with Active Directory and all clients are Windows 7, 64 bit. However when I changed from SVN 1.6 to SVN 1.8 the maven-release-plugin fails to tag the SVN. All approaches where I have to enter the password (which must be changed every month) in some configuration files and so on have some severe limitations. Hence I would like to have the previous behavior: By default the current credentials are taken (probably from the Kerberos ticket acquired when logging in or something like that). In case of a password change I'm requested for the credentials once and it works until the password changes again. However with the change it seems that no credentials are taken at all and entering them is suppressed due to non-interactive mode. How can I reestablish the old behavior? With regards Sebastian