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 23, 2023
1 parent 2f15552 commit 0650ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY open-source-libs.txt /analyzer-lsp/open-source-libs.txt

EXPOSE 16686

ENTRYPOINT ["sh", "-c", "all-in-one-linux & sleep 5 && konveyor-analyzer && curl -o traces.json http://localhost:16686/api/traces?service=analyzer-lsp"]
ENTRYPOINT ["sh", "-c", "all-in-one-linux & sleep 5 && konveyor-analyzer && curl -o traces.json http://localhost:16686/api/traces?service=analyzer-lsp"]
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 0650ecc

Please sign in to comment.