diff options
Diffstat (limited to 'spec/integration/java')
| -rw-r--r-- | spec/integration/java/maven_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/java/maven_spec.rb b/spec/integration/java/maven_spec.rb index 16edc29..e7d2526 100644 --- a/spec/integration/java/maven_spec.rb +++ b/spec/integration/java/maven_spec.rb @@ -18,9 +18,9 @@ RSpec.describe "maven" do runner.add_file('my_settings.xml', fixture_file_content('custom-maven-settings.xml')) report = runner.scan(env: { - 'LICENSE_FINDER_CLI_OPTS' => "--maven-options=--settings my_settings.xml", + 'CI_DEBUG_TRACE' => 'true', 'CI_PROJECT_ID' => 'invalid', - 'CI_DEBUG_TRACE' => 'true' + 'MAVEN_CLI_OPTS' => "--settings my_settings.xml", }) expect(report).to match_schema(version: '2.0') |
