Description of problem:
It does not seem that the option "https-proxy" and "http-proxy" are working correctly. MTA seems to connect http://repo.maven.apache.org/ and outputs the enormous amount of error message like following.
time="2025-10-28T17:18:55+09:00" level=info msg="language server log" line="!MESSAGE KONVEYOR_LOG: found errors: [Marker [on: /weblogic/pom.xml, id: 0, type: org.eclipse.m2e.core.maven2Problem.lifecycleMapping, attributes: [columnEnd: 13, columnStart: 3, lineNumber: 7, message: CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.11.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.11.0: ArtifactResolutionException: The following artifacts could not be resolved: org.apache.maven.plugins:maven-compiler-plugin:pom:3.11.0 (absent): Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.11.0 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/104.18.18.12, repo.maven.apache.org/104.18.19.12] failed: Connect timed out, severity: 2, transient: false], created: 2025/10/28 17:18], Marker [on: /weblogic/pom.xml, id: 1, type: org.eclipse.m2e.core.maven2Problem.lifecycleMapping, attributes: [columnEnd: 13, columnStart: 3, lineNumber: 7, message: CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.11.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.11.0: ArtifactResolutionException: The following artifacts could not be resolved: org.apache.maven.plugins:maven-compiler-plugin:pom:3.11.0 (absent): org.apache.maven.plugins:maven-compiler-plugin:pom:3.11.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.11.0 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/104.18.18.12, repo.maven.apache.org/104.18.19.12] failed: Connect timed out, severity: 2, transient: false], created: 2025/10/28 17:18]] warnings: []\r" provider=java
If the proxy is configured in <HOME>/.m2/settings.xml, the amount of above error message could be reduced and MTA seems to access maven repository through the proxy.
Version-Release number of selected component (if applicable):