You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2015/02/28 10:30:04 UTC

[jira] [Closed] (BUILDR-704) Support latest version of SonarQube Runner

     [ https://issues.apache.org/jira/browse/BUILDR-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-704.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.22

First off - sorry for taking so long to apply this. My bad. I finally applied the change and it is available in master.

https://github.com/apache/buildr/commit/dd2271cfa39f7b6022adfb8b5a9a6a980b2ccc01


> Support latest version of SonarQube Runner
> ------------------------------------------
>
>                 Key: BUILDR-704
>                 URL: https://issues.apache.org/jira/browse/BUILDR-704
>             Project: Buildr
>          Issue Type: Wish
>          Components: Extensions
>    Affects Versions: 1.4.20
>            Reporter: Ross Mahony
>            Assignee: Peter Donald
>            Priority: Minor
>              Labels: sonar
>             Fix For: 1.4.22
>
>         Attachments: sonar.rb
>
>
> I recently updated our SonarQube server to the latest version and our sonar generation tasks have stopped working. The buildr sonar.rb file doesn't support the newer SonarQube version. 
> The ant task dependency 'org.codehaus.sonar-plugins:sonar-ant-task:jar:1.3' needs to be updated to 'org.codehaus.sonar-plugins:sonar-ant-task:jar:2.2'.
> The sonar ant task doesn't support the key and version attributes anymore, these have been replaced with properties projectKey and projectVersion
> It also appears sonar.binaries and sonar.libraries has been deprecated and should be replaced with sonar.java.binaries and sonar.java.libraries



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)