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 support for alternative settings file when using Maven scanner #1

Closed headcr4sh closed 6 years ago

headcr4sh commented 6 years ago

When working with private repos it might be necessary to specify a differents Maven settings file, to make sure that the right repo is queried for artifacts during the build of a project. This will also allow us to circumvent Maven central completely and use a local maven mirror.

Therefore, it should be possible to specify either maven_settings or maven_settings_file when using the resource. (Maven flag: "-f")