diff --git a/demo.Dockerfile b/demo.Dockerfile index 1b25cb9a..dfefc012 100644 --- a/demo.Dockerfile +++ b/demo.Dockerfile @@ -3,5 +3,4 @@ FROM quay.io/konveyor/analyzer-lsp WORKDIR /analyzer-lsp COPY rule-example.yaml /analyzer-lsp/rule-example.yaml -COPY examples /analyzer-lsp/examples -COPY open-source-libs.txt /analyzer-lsp/open-source-libs.txt +COPY examples /analyzer-lsp/examples \ No newline at end of file diff --git a/docs/providers.md b/docs/providers.md index 208bd7b7..71c0e5a3 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -79,7 +79,7 @@ Here's an example config for `java` provider that is currently in-tree and does "providerSpecificConfig": { "bundles": "/path/to/extension/bundles", "workspace": "/path/to/workspace", - "depOpenSourceLabelsFile": "open-source-libs.txt", + "depOpenSourceLabelsFile": "/usr/local/etc/maven.default.index", "mavenSettingsFile": "/path/to/maven/settings/file" } } diff --git a/provider_container_settings.json b/provider_container_settings.json index 4cf48669..fae1f37b 100644 --- a/provider_container_settings.json +++ b/provider_container_settings.json @@ -20,7 +20,7 @@ "location": "examples/java", "providerSpecificConfig": { "bundles": "/jdtls/java-analyzer-bundle/java-analyzer-bundle.core/target/java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar", - "depOpenSourceLabelsFile": "open-source-libs.txt", + "depOpenSourceLabelsFile": "/usr/local/etc/maven.default.index", "lspServerPath": "/jdtls/bin/jdtls" }, "analysisMode": "source-only"