Hello together,

I've been using maven for a while now, professionally and privately and have always been quite happy with it, even as I've just scratched the surface (but there are already two maven books on my reading list to change that). But you know how it is, sometimes you stumble upon a problem that seems pretty hard, even if it's probably something trivial....

For a given task I need to execute an SVN blame via maven (the sonar:sonar goal does that, to be more exact), typically from eclipse. This worked fine, until today, when my password to the SVN server was changed. Eclipse reacted as expected, asked for the new password and that was it.

But now the maven execution fails with...

Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.6:sonar (default-cli) on project xxx: Error when executing blame for file src/main/java/etc/something.java: svn: E170001: Authentication required for '<http://svn.ourserver.net:80> Subversion Repositories' -> [Help 1]

I already tried to reset the password of the ubuntu subversion installation (clearing .subversion, then checking something out - worked fine, asked for password, now checking out via svn doesn't require password anymore) but that didn't work for maven, same error as before. Also removed the password from the gnome keyring manually (which lead to the same thing, asks for the password again, stores it, but for maven that doesn't seen to be enough).

Unfortunately I have no idea where maven gets the (old, now incorrect) password from, so that I can change it there. Obviously it's neither the eclipse settings nor the subversion configuration.

Regards,

Flo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to