The LSIF Java Indexer currently supports Maven or Gradle managed project. You can find pom.xml or build.gradle file in the project's base path.
-
-Drepo.path=[path of repo] -
-Doutput.format=[format]- Supported values: line, json. Default: line
Invoke the index.bat with the path of the target repo:
> ./index.bat "-Drepo.path=D:\Workspace\spring-petclinic"Note: If this parameter is not specified, the indexer will ues the current working directory as the target repo path.
> ./index.bat "-Drepo.path=D:\Workspace\spring-petclinic" "-Doutput.format=json"See CHANGELOG.md