Closed rcsalome closed 3 years ago
This is for the following issue. https://github.com/cathive/concourse-sonarqube-resource/issues/69
The approach is to just remove the -X
, but another approach could be to just remove the DEBUG
portion all together for that section.
When debug is set to
true
, the-X
option is added to themvn
command. However, the extra output from the command interferes with the setting of themaven_project_build_directory
variable.A simple fix is to always remove the
-X
pattern from themvn
command.