|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-16046) Sonar Plugin uses wrong maven repository
steve.eckerl...@socgen.com (JIRA) Fri, 04 Jan 2013 04:53:02 -0800
- [JIRA] (JENKINS-16046) Sonar Plugin uses... twolf...@java.net (JIRA)
- [JIRA] (JENKINS-16046) Sonar Plugin... steve.eckerl...@socgen.com (JIRA)
- [JIRA] (JENKINS-16046) Sonar Plugin... twolf...@java.net (JIRA)
I faced the same issue, and i bypassed it by adding this parameter to sonar additional settings in global jenkins configuration :
-Dmaven.repo.local=${PWD}/maven-repositories/${EXECUTOR_NUMBER}
With this, the executor repository is used.