Skip to content

Commit

Permalink
✨ use default maven index
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Gaikwad <[email protected]>
  • Loading branch information
pranavgaikwad committed Aug 10, 2023
1 parent 54d8d87 commit 4fffd7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions demo.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion provider_container_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fffd7b

Please sign in to comment.