Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: SCM-ACTIVITY-1.1
-
Fix Version/s: SCM-ACTIVITY-1.2
-
Component/s: SCM Activity
-
Labels:None
-
Environment:Linux Fedora 13, Java 1.6u21, Sonar 2.2
-
Number of attachments :
Description
I have setup the scm plugin with the credentials in the sonar configuration. When I now run sonar:sonar on a different machine, the credentials on this local machine in folder $HOME/.subversion/auth will be overwritten with the credentials from the sonar server. You can simply discover this by:
1) move $HOME/.subversion/auth to $HOME/.subversion/copy_auth
2) execute mvn clean install sonar:sonar
3) check $HOME/.subversion/
You will recognise, that the auth folder will be created from the scm plugin with the credentials from the sonar server.
Issue Links
- depends upon
-
SCM-562
Don't overwrite SVN auth cache
-
-
SONARPLUGINS-413
Upgrade to Maven SCM 1.4
-
I didn't checked this yet, but this issue looks similar to
SCM-562, so should be fixed with upgrade to Maven SCM 1.4 (SONARPLUGINS-413).