Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4
-
Fix Version/s: 1.6
-
Labels:None
-
Number of attachments :
Description
Currently Hudson is running mvn sonar:sonar so we cant really know what will be the version of the sonar-maven-plugin used during the build. In my case it is a snapshot that is used because codehaus snapshot repo is enabled on Nexus.
I would like to have a new configuration option in Hudson sonar plugin to define the version to be used (for example 1.4). In this case you should run:
mvn org.codehaus.mojo:sonar-maven-plugin:1.4:sonar
Thanks
FYI, I've replaced "sonar:sonar" by "org.codehaus.mojo:sonar-maven-plugin:1.0-beta-1:sonar" in r30218.
Is it enough? I (and Simon) think that it is enough, because sonar-maven-plugin just a bootstrapper for real plugin.
Or you can provide more exotic use case?