Replies: 2 comments
-
Tycho documentations suggests that my question #2 should be possible:
However, after trying a number of different things I wasn't figure out how to get this to work. Do you have a suggestion? |
Beta Was this translation helpful? Give feedback.
-
@Qichar You can try to use https://download.eclipse.org/technology/m2e/snapshots/latest/
Could you, please, let us know what vulnerabilities you want to resolve? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using your excellent Java language server, and I want to be able to build it from source. My objective is to revolve a set of vulnerabilities by building dependencies from this repo from source:
https://github.com/eclipse-m2e/m2e-core
In particular, org.eclipse.m2e.maven.runtime, because it contains some security vulnerabilities I want to resolve.
I am able to build eclipse.jdt.ls from source, and I notice the product is produced and it contains a repository with plugins:
{project directory}/eclipse.jdt.ls/org.eclipse.jdt.ls.product/target/repository/plugins/
I am not 100% sure, but I think the org.eclipse.m2e.maven.runtime is downloaded because it is part of this file:
org.eclipse.jdt.ls.tp.target
And it's getting it from this location:
I checked, and it contains the same version I see in the plugins folder, namely:
"org.eclipse.m2e.maven.runtime_3.9.100.20230519-1558.jar"
Here are my questions:
Thank you so much for your help!
Beta Was this translation helpful? Give feedback.
All reactions