-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven dependencies are download each time the workspace is getting restarted #13603
Comments
If you type As about Java LS - it may be caused by the same issue OR volume for storing resolved dependencies may be missed @tolusha Can you comment? |
The devfile here does not contain a persistent volume for ~/.m2. Need to mount the "m2" volume to the java plugin home dir. |
Let's also check all other devfiles and fix as appropriate. |
@tsmaeder Is this something that should be fixed in the devfiles or in the plugin meta.yaml itself? |
Blocked by #14634 |
I think it makes sense to mount the volume in the plugin meta.yml, becuase we want this for all java tooling sidecars. |
@svor as a first step, let's put this into the 0.50 version of the Java plugins when you create it. |
Description
Start a workspace, wait for dependencies to be loaded, stop the workspace and restart it.
Reproduction Steps
Start a workspace, wait for dependencies to be loaded, stop the workspace and restart it.
OS and version:
Che 7 RC 2
The text was updated successfully, but these errors were encountered: