Describe the bug
during installation of 'jdtls' the installation fails with missing dependency.
according to https://mvnrepository.com only version 0.33.0 exists
To Reproduce
M-x lsp-install-server 'jdtls
Expected behavior
successful download and installation
Logs
-*- mode: compilation; default-directory: "/tmp/lsp-java-installJFCwGb/" -*-
Comint started at Mon Oct 18 15:38:30
/home/mkj/.sdkman/candidates/maven/current/bin/mvn -Djdt.js.server.root\=/home/mkj/.emacs.d/.cache/lsp/eclipse.jdt.ls/ -Djunit.runner.root\=/home/mkj/.emacs.d/eclipse.jdt.ls/test-runner/ -Djunit.runner.fileName\=junit-platform-console-standalone.jar -Djava.debug.root\=/home/mkj/.emacs.d/.cache/lsp/eclipse.jdt.ls/bundles clean package -Djdt.download.url\=https\://download.eclipse.org/jdtls/milestones/1.4.0/jdt-language-server-1.4.0-202109161824.tar.gz
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< lsp-java:lsp-java >--------------------------
[INFO] Building lsp-java 1.0.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp-java ---
[INFO]
[INFO] --- download-maven-plugin:1.3.0:wget (download-server) @ lsp-java ---
Downloading: https://download.eclipse.org/jdtls/milestones/1.4.0/jdt-language-server-1.4.0-202109161824.tar.gz
51032K downloaded
[INFO]
[INFO] --- download-maven-plugin:1.3.0:wget (download-spring-boot) @ lsp-java ---
[INFO] Got from cache: /home/mkj/.m2/repository/.cache/download-maven-plugin/vscode-extension.zip_a9f36dcc49bd1b8681b6f3f2560fac2b
[INFO]
[INFO] --- download-maven-plugin:1.3.0:wget (download-java-dependency) @ lsp-java ---
[INFO] Got from cache: /home/mkj/.m2/repository/.cache/download-maven-plugin/java-dependency.zip_78d0e22a21b153d4524dc70b1798698b
[INFO]
[INFO] --- download-maven-plugin:1.3.0:wget (download-java-di) @ lsp-java ---
[INFO] Got from cache: /home/mkj/.m2/repository/.cache/download-maven-plugin/java-decompiler.zip_10aa7e86883f94ec79d7b0db964a8ed3
[INFO]
[INFO] --- download-maven-plugin:1.3.0:wget (download-java-test-dependency) @ lsp-java ---
[INFO] Got from cache: /home/mkj/.m2/repository/.cache/download-maven-plugin/vscode-java-test.zip_e61c174c7e0eb654b52ab26cf5a87d01
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (prepare) @ lsp-java ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[untar] Expanding: /tmp/lsp-java-installJFCwGb/target/jdt-language-server-latest.tar.gz into /home/mkj/.emacs.d/.cache/lsp/eclipse.jdt.ls
[unzip] Expanding: /tmp/lsp-java-installJFCwGb/target/vscode-extension.zip into /tmp/lsp-java-installJFCwGb/target/vscode-extension-extracted
[unzip] Expanding: /tmp/lsp-java-installJFCwGb/target/java-dependency.zip into /tmp/lsp-java-installJFCwGb/target/java-dependency
[unzip] Expanding: /tmp/lsp-java-installJFCwGb/target/vscode-java-test.zip into /home/mkj/.emacs.d/.cache/lsp/eclipse.jdt.ls/java-test
[unzip] Expanding: /tmp/lsp-java-installJFCwGb/target/java-decompiler.zip into /home/mkj/.emacs.d/.cache/lsp/eclipse.jdt.ls/java-decompiler
[INFO] Executed tasks
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:copy (copy) @ lsp-java ---
[INFO] Configured Artifact: com.microsoft.java:com.microsoft.java.debug.plugin:0.34.0:jar
[WARNING] The POM for com.microsoft.java:com.microsoft.java.debug.plugin:jar:0.34.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:09 min
[INFO] Finished at: 2021-10-18T15:41:41+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy (copy) on project lsp-java: Unable to find/resolve artifact.: com.microsoft.java:com.microsoft.java.debug.plugin:jar:0.34.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Comint exited abnormally with code 1 at Mon Oct 18 15:41:41
Describe the bug during installation of 'jdtls' the installation fails with missing dependency. according to https://mvnrepository.com only version 0.33.0 exists
To Reproduce M-x lsp-install-server 'jdtls
Expected behavior successful download and installation
Logs