cathive / concourse-sonarqube-resource

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/
Apache License 2.0
46 stars 50 forks source link

Add params.sonar_maven_plugin_version #29

Closed SimonXming closed 5 years ago

SimonXming commented 5 years ago
SimonXming commented 5 years ago

@headcr4sh Hi, I'm not quite familiar with maven plugin version resolution. So you mean if I install a specific version(like: 3.5.0.1254) of sonar-maven-plugin in the local repo, then when I use something like mvn sonar:soanr(without explicit version), maven will use the local 3.5.0.1254 as default and not download other newer version? If that's the case, I will update the MR.

headcr4sh commented 5 years ago

Yes, that's exactly how version resolution should work afaik.