Are there any alternative commands available to resolve the following situation?
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
When I generate a database using codeql (using the command: `codeql database create halodb --language=java --source-root /Users/fqy/Desktop/CodeAudit/JAVA/halo-0.4.3`), the command-line interface keeps downloading the required dependencies. How can I resolve this situation, and are there any alternative commands available? Thank you.
The command-line output is as follows:
[2023-07-10 15:44:51] [build-stdout] [2023-07-10 15:44:51] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.1.4.RELEASE/spring-beans-5.1.4.RELEASE.jar
[2023-07-10 15:44:52] [build-stdout] [2023-07-10 15:44:52] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 2.9 kB/s)
[2023-07-10 15:44:52] [build-stdout] [2023-07-10 15:44:52] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/5.1.4.RELEASE/spring-webmvc-5.1.4.RELEASE.jar
[2023-07-10 15:44:58] [build-stdout] [2023-07-10 15:44:58] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/5.1.4.RELEASE/spring-web-5.1.4.RELEASE.jar (1.4 MB at 8.3 kB/s)
[2023-07-10 15:44:58] [build-stdout] [2023-07-10 15:44:58] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.1.4.RELEASE/spring-aop-5.1.4.RELEASE.jar
[2023-07-10 15:45:01] [build-stdout] [2023-07-10 15:45:01] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.1.4.RELEASE/spring-aop-5.1.4.RELEASE.jar (369 kB at 2.2 kB/s)
[2023-07-10 15:45:01] [build-stdout] [2023-07-10 15:45:01] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.1.4.RELEASE/spring-context-5.1.4.RELEASE.jar
[2023-07-10 15:45:05] [build-stdout] [2023-07-10 15:45:05] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.1.4.RELEASE/spring-context-5.1.4.RELEASE.jar (1.1 MB at 6.3 kB/s)
[2023-07-10 15:45:05] [build-stdout] [2023-07-10 15:45:05] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.1.4.RELEASE/spring-expression-5.1.4.RELEASE.jar
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.1.4.RELEASE/spring-beans-5.1.4.RELEASE.jar (672 kB at 3.9 kB/s)
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.1.2.RELEASE/spring-boot-starter-test-2.1.2.RELEASE.jar
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.1.2.RELEASE/spring-boot-starter-test-2.1.2.RELEASE.jar (404 B at 2 B/s)
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.1.2.RELEASE/spring-boot-test-2.1.2.RELEASE.jar
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.1.4.RELEASE/spring-expression-5.1.4.RELEASE.jar (280 kB at 1.6 kB/s)
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.1.2.RELEASE/spring-boot-test-autoconfigure-2.1.2.RELEASE.jar
[2023-07-10 15:45:07] [build-stdout] [2023-07-10 15:45:07] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.1.2.RELEASE/spring-boot-test-autoconfigure-2.1.2.RELEASE.jar (172 kB at 982 B/s)
[2023-07-10 15:45:07] [build-stdout] [2023-07-10 15:45:07] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar
[2023-07-10 15:45:08] [build-stdout] [2023-07-10 15:45:08] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 1.3 kB/s)
[2023-07-10 15:45:08] [build-stdout] [2023-07-10 15:45:08] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar
[2023-07-10 15:45:08] [build-stdout] [2023-07-10 15:45:08] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.1.2.RELEASE/spring-boot-test-2.1.2.RELEASE.jar (197 kB at 1.1 kB/s)
Contributor guide
Assessment
This issue has not been assessed yet.